Uses of Class
jp.go.aist.rtm.RTC.port.InPortBase

Packages that use InPortBase
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.port   
 

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

Fields in jp.go.aist.rtm.RTC with type parameters of type InPortBase
protected  java.util.Vector<InPortBase> RTObject_impl.m_inports
           List of InPortBase.
 

Methods in jp.go.aist.rtm.RTC with parameters of type InPortBase
 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
 

Uses of InPortBase in jp.go.aist.rtm.RTC.port
 

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