Uses of Interface
OpenRTM.DataFlowComponent

Packages that use DataFlowComponent
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.executionContext   
OpenRTM   
 

Uses of DataFlowComponent in jp.go.aist.rtm.RTC
 

Methods in jp.go.aist.rtm.RTC that return DataFlowComponent
 DataFlowComponent DataFlowComponentBase._this()
          
 DataFlowComponent RTObject_impl._this()
           Gets DataFlowComponent object.
 

Uses of DataFlowComponent in jp.go.aist.rtm.RTC.executionContext
 

Fields in jp.go.aist.rtm.RTC.executionContext declared as DataFlowComponent
protected  DataFlowComponent PeriodicECSharedComposite_impl.m_ref
          DataFlowComponent
 

Methods in jp.go.aist.rtm.RTC.executionContext that return DataFlowComponent
 DataFlowComponent PeriodicECSharedComposite_impl._this()
          当該オブジェクトのCORBAオブジェクト参照を取得します。
 

Constructors in jp.go.aist.rtm.RTC.executionContext with parameters of type DataFlowComponent
PeriodicExecutionContext.Comp(LightweightRTObject ref, DataFlowComponent dfp, int id)
          コンストラクタです。
PeriodicExecutionContext.DFP(DataFlowComponent obj, int id)
          コンストラクタです。
PeriodicExecutionContext(DataFlowComponent owner)
           Constructor
PeriodicExecutionContext(DataFlowComponent owner, double rate)
           Constructor
 

Uses of DataFlowComponent in OpenRTM
 

Fields in OpenRTM declared as DataFlowComponent
 DataFlowComponent DataFlowComponentHolder.value
           
 

Methods in OpenRTM that return DataFlowComponent
 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)
           
 

Methods in OpenRTM with parameters of type DataFlowComponent
static void DataFlowComponentHelper.insert(org.omg.CORBA.Any a, DataFlowComponent that)
           
static void DataFlowComponentHelper.write(org.omg.CORBA.portable.OutputStream ostream, DataFlowComponent value)
           
 

Constructors in OpenRTM with parameters of type DataFlowComponent
DataFlowComponentHolder(DataFlowComponent initialValue)