クラス
RTC.ExecutionContextProfile の使用

ExecutionContextProfile を使用しているパッケージ
jp.go.aist.rtm.RTC.executionContext   
OpenRTM   
RTC   
 

jp.go.aist.rtm.RTC.executionContext での ExecutionContextProfile の使用
 

ExecutionContextProfile として宣言されている jp.go.aist.rtm.RTC.executionContext のフィールド
protected  ExecutionContextProfile PeriodicExecutionContext.m_profile
          ExecutionContextProfileです。
 

ExecutionContextProfile を返す jp.go.aist.rtm.RTC.executionContext のメソッド
 ExecutionContextProfile PeriodicExecutionContext.get_profile()
          ExecutionContextProfile を取得します。
 

OpenRTM での ExecutionContextProfile の使用
 

ExecutionContextProfile を返す OpenRTM のメソッド
 ExecutionContextProfile _ExtTrigExecutionContextServiceStub.get_profile()
           
 

RTC での ExecutionContextProfile の使用
 

ExecutionContextProfile として宣言されている RTC のフィールド
 ExecutionContextProfile ExecutionContextProfileHolder.value
           
 ExecutionContextProfile[] ExecutionContextProfileListHolder.value
           
 

ExecutionContextProfile を返す RTC のメソッド
static ExecutionContextProfile[] ExecutionContextProfileListHelper.extract(org.omg.CORBA.Any a)
           
static ExecutionContextProfile ExecutionContextProfileHelper.extract(org.omg.CORBA.Any a)
           
 ExecutionContextProfile _ExecutionContextServiceStub.get_profile()
           
 ExecutionContextProfile ExecutionContextServiceOperations.get_profile()
           
static ExecutionContextProfile[] ExecutionContextProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ExecutionContextProfile ExecutionContextProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

ExecutionContextProfile 型のパラメータを持つ RTC のコンストラクタ
ExecutionContextProfileHolder(ExecutionContextProfile initialValue)
           
ExecutionContextProfileListHolder(ExecutionContextProfile[] initialValue)