インタフェース
OpenRTM.DataFlowComponent の使用

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

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

DataFlowComponent を返す jp.go.aist.rtm.RTC のメソッド
 DataFlowComponent DataFlowComponentBase._this()
          当該オブジェクトのCORBAオブジェクト参照を取得します。
 DataFlowComponent RTObject_impl._this()
          DataFlowComponentオブジェクトの取得。
 

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

DataFlowComponent として宣言されている jp.go.aist.rtm.RTC.executionContext のフィールド
protected  DataFlowComponent PeriodicECSharedComposite_impl.m_ref
          DataFlowComponent
 

DataFlowComponent を返す jp.go.aist.rtm.RTC.executionContext のメソッド
 DataFlowComponent PeriodicECSharedComposite_impl._this()
          当該オブジェクトのCORBAオブジェクト参照を取得します。
 

DataFlowComponent 型のパラメータを持つ jp.go.aist.rtm.RTC.executionContext のコンストラクタ
PeriodicExecutionContext.Comp(LightweightRTObject ref, DataFlowComponent dfp, int id)
          コンストラクタです。
PeriodicExecutionContext.DFP(DataFlowComponent obj, int id)
          コンストラクタです。
PeriodicExecutionContext(DataFlowComponent owner)
          コンストラクタ 設定された値をプロファイルに設定する。
PeriodicExecutionContext(DataFlowComponent owner, double rate)
          コンストラクタ 設定された値をプロファイルに設定する。
 

OpenRTM での DataFlowComponent の使用
 

DataFlowComponent として宣言されている OpenRTM のフィールド
 DataFlowComponent DataFlowComponentHolder.value
           
 

DataFlowComponent を返す OpenRTM のメソッド
 DataFlowComponent DataFlowComponentPOA._this()
           
 DataFlowComponent DataFlowComponentPOA._this(org.omg.CORBA.ORB orb)
           
static DataFlowComponent DataFlowComponentHelper.extract(org.omg.CORBA.Any a)
           
static DataFlowComponent DataFlowComponentHelper.narrow(org.omg.CORBA.Object obj)
           
static DataFlowComponent DataFlowComponentHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static DataFlowComponent DataFlowComponentHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

DataFlowComponent 型のパラメータを持つ OpenRTM のメソッド
static void DataFlowComponentHelper.insert(org.omg.CORBA.Any a, DataFlowComponent that)
           
static void DataFlowComponentHelper.write(org.omg.CORBA.portable.OutputStream ostream, DataFlowComponent value)
           
 

DataFlowComponent 型のパラメータを持つ OpenRTM のコンストラクタ
DataFlowComponentHolder(DataFlowComponent initialValue)