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

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

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

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

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

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)
          コンストラクタです。
 

RTC での DataFlowComponent の使用
 

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

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)