クラス
RTM.ModuleProfile の使用

ModuleProfile を使用しているパッケージ
jp.go.aist.rtm.RTC   
RTM   
 

jp.go.aist.rtm.RTC での ModuleProfile の使用
 

ModuleProfile を返す jp.go.aist.rtm.RTC のメソッド
 ModuleProfile[] ManagerServant.get_factory_profiles()
          コンポーネントファクトリのプロファイルを取得する ロード済みのモジュールのうち、RTコンポーネントのモジュールが持つ ファクトリのプロファイルのリストを取得する。
 ModuleProfile[] ManagerServant.get_loadable_modules()
          ロード可能なモジュールのプロファイルを取得する ロード可能なモジュールのプロファイルを取得する。
 ModuleProfile[] ManagerServant.get_loaded_modules()
          モジュールのプロファイルを取得 ロード済みのモジュールのプロファイルを取得する。
 

RTM での ModuleProfile の使用
 

ModuleProfile として宣言されている RTM のフィールド
 ModuleProfile ModuleProfileHolder.value
           
 ModuleProfile[] ModuleProfileListHolder.value
           
 

ModuleProfile を返す RTM のメソッド
static ModuleProfile[] ModuleProfileListHelper.extract(org.omg.CORBA.Any a)
           
static ModuleProfile ModuleProfileHelper.extract(org.omg.CORBA.Any a)
           
 ModuleProfile[] _ManagerStub.get_factory_profiles()
           
 ModuleProfile[] ManagerOperations.get_factory_profiles()
           
 ModuleProfile[] _ManagerStub.get_loadable_modules()
           
 ModuleProfile[] ManagerOperations.get_loadable_modules()
           
 ModuleProfile[] _ManagerStub.get_loaded_modules()
           
 ModuleProfile[] ManagerOperations.get_loaded_modules()
           
static ModuleProfile[] ModuleProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ModuleProfile ModuleProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

ModuleProfile 型のパラメータを持つ RTM のメソッド
static void ModuleProfileHelper.insert(org.omg.CORBA.Any a, ModuleProfile that)
           
static void ModuleProfileListHelper.insert(org.omg.CORBA.Any a, ModuleProfile[] that)
           
static void ModuleProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream, ModuleProfile value)
           
static void ModuleProfileListHelper.write(org.omg.CORBA.portable.OutputStream ostream, ModuleProfile[] value)
           
 

ModuleProfile 型のパラメータを持つ RTM のコンストラクタ
ModuleProfileHolder(ModuleProfile initialValue)
           
ModuleProfileListHolder(ModuleProfile[] initialValue)