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

DataFlowComponent を使用しているパッケージ
OpenRTM   
RTC   
 

OpenRTM での DataFlowComponent の使用
 

OpenRTM での DataFlowComponent のサブインタフェース
 interface DataFlowComponent
          OpenRTM/DataFlowComponent.java .
 

DataFlowComponent を実装している OpenRTM のクラス
 class _DataFlowComponentStub
          OpenRTM/_DataFlowComponentStub.java .
 

RTC での DataFlowComponent の使用
 

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

DataFlowComponent を返す RTC のメソッド
 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 型のパラメータを持つ RTC のメソッド
static void DataFlowComponentHelper.insert(org.omg.CORBA.Any a, DataFlowComponent that)
           
static void DataFlowComponentHelper.write(org.omg.CORBA.portable.OutputStream ostream, DataFlowComponent value)
           
 

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