クラス
jp.go.aist.rtm.RTC.port.OutPort の使用

OutPort を使用しているパッケージ
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.port   
RTMExamples.AutoTest   
RTMExamples.Composite   
RTMExamples.ExtTrigger   
RTMExamples.GUIIn   
RTMExamples.SeqIO   
RTMExamples.SimpleIO   
RTMExamples.SinCosOut   
 

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

OutPort 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
<DataType,Buffer>
void
RTObject_impl.registerOutPort(java.lang.Class<DataType> DATA_TYPE_CLASS, java.lang.String name, OutPort<DataType> outport)
          [local interface] DataOutPort を登録します。
 

jp.go.aist.rtm.RTC.port での OutPort の使用
 

OutPort 型のパラメータを持つ jp.go.aist.rtm.RTC.port のコンストラクタ
DataOutPort(java.lang.Class<DataType> DATA_TYPE_CLASS, java.lang.String name, OutPort<DataType> outPort, Properties prop)
          コンストラクタです。
 

RTMExamples.AutoTest での OutPort の使用
 

OutPort として宣言されている RTMExamples.AutoTest のフィールド
protected  OutPort<TimedFloat> AutoTestOutImpl.m_outOut
           
protected  OutPort<TimedFloatSeq> AutoTestOutImpl.m_seqoutOut
           
 

RTMExamples.Composite での OutPort の使用
 

OutPort として宣言されている RTMExamples.Composite のフィールド
protected  OutPort<TimedFloat> SensorImpl.m_outOut
           
protected  OutPort<TimedLong> MotorImpl.m_outOut
           
protected  OutPort<TimedFloat> ControllerImpl.m_outOut
           
 

RTMExamples.ExtTrigger での OutPort の使用
 

OutPort として宣言されている RTMExamples.ExtTrigger のフィールド
protected  OutPort<TimedLong> ConsoleInImpl.m_outOut
           
 

RTMExamples.GUIIn での OutPort の使用
 

OutPort として宣言されている RTMExamples.GUIIn のフィールド
protected  OutPort<TimedLong> GUIInImpl.m_out1Out
           
protected  OutPort<TimedString> GUIInImpl.m_out2Out
           
protected  OutPort<TimedDouble> GUIInImpl.m_out3Out
           
 

RTMExamples.SeqIO での OutPort の使用
 

OutPort として宣言されている RTMExamples.SeqIO のフィールド
protected  OutPort<TimedDouble> SeqOutImpl.m_DoubleOut
           
protected  OutPort<TimedDoubleSeq> SeqOutImpl.m_DoubleSeqOut
           
protected  OutPort<TimedFloat> SeqOutImpl.m_FloatOut
           
protected  OutPort<TimedFloatSeq> SeqOutImpl.m_FloatSeqOut
           
protected  OutPort<TimedLong> SeqOutImpl.m_LongOut
           
protected  OutPort<TimedLongSeq> SeqOutImpl.m_LongSeqOut
           
protected  OutPort<TimedShort> SeqOutImpl.m_ShortOut
           
protected  OutPort<TimedShortSeq> SeqOutImpl.m_ShortSeqOut
           
 

RTMExamples.SimpleIO での OutPort の使用
 

OutPort として宣言されている RTMExamples.SimpleIO のフィールド
protected  OutPort<TimedLong> ConsoleInImpl.m_outOut
           
 

RTMExamples.SinCosOut での OutPort の使用
 

OutPort として宣言されている RTMExamples.SinCosOut のフィールド
protected  OutPort<TimedDouble> SinCosOutImpl.m_out1Out
           
protected  OutPort<TimedDouble> SinCosOutImpl.m_out2Out