Uses of Class
RTC.PortServicePOA

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

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

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