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

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

OpenRTM での DataFlowComponentAction の使用
 

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

RTC での DataFlowComponentAction の使用
 

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

DataFlowComponentAction を実装している RTC のクラス
 class _DataFlowComponentActionStub
          RTC/_DataFlowComponentActionStub.java .
 

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

DataFlowComponentAction を返す RTC のメソッド
 DataFlowComponentAction DataFlowComponentActionPOA._this()
           
 DataFlowComponentAction DataFlowComponentActionPOA._this(org.omg.CORBA.ORB orb)
           
static DataFlowComponentAction DataFlowComponentActionHelper.extract(org.omg.CORBA.Any a)
           
static DataFlowComponentAction DataFlowComponentActionHelper.narrow(org.omg.CORBA.Object obj)
           
static DataFlowComponentAction DataFlowComponentActionHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static DataFlowComponentAction DataFlowComponentActionHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

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

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