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

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

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

InPortBase 型の型パラメータを持つ jp.go.aist.rtm.RTC のフィールド
protected  java.util.Vector<InPortBase> RTObject_impl.m_inports
           List of InPortBase.
 

InPortBase 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
 boolean RTObject_impl.addInPort(java.lang.String name, InPortBase inport)
           [local interface] Register DataInPort.
 void RTObject_impl.registerInPort(java.lang.String name, InPortBase inport)
           [local interface] Register DataInPort.
 boolean RTObject_impl.removeInPort(InPortBase port)
           [local interface] Unregister InPort
 

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

jp.go.aist.rtm.RTC.port での InPortBase のサブクラス
 class InPort<DataType>
          入力ポートのためのベース実装クラスです。 外部から送信されてきたデータは順次、コンストラクタで指定されたバッファに格納されます。 バッファ内のデータはフラグによって未読/既読状態が管理され、isNew(), isEmpty()などの メソッドによってハンドリングできます。