define

機能

システム・モジュールを定義する.

形式

define mod_name {
  set Module_Dll  "dll_file";
  set Module_Ini  "ini_file";
}

パラメータ

  1. mod_name : モジュール名

  2. dll_file : モジュールファイルのパス (String)

  3. ini_file : 設定ファイルのパス (String)

解説

モジュールファイルおよび設定ファイルの格納場所を指定し, システム・モジュールとして定義する. この書式でシステム・モジュールを定義した後, module 関数を呼び出すことにより 利用可能となる.

使用例

モジュールの定義例を示す.

define SYSTEM {
  set Module_Dll "/usr/local/satellite4/lib/satellite4/system.so";
  set Module_Ini "/usr/local/satellite4/etc/satellite4/system.ini";
}

参照

module

Last updated: 2005/03/31