インタフェース
jp.go.aist.rtm.RTC.port.InPortProvider の使用

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

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

InPortProvider を実装している jp.go.aist.rtm.RTC.port のクラス
 class InPortCorbaCdrProvider
           InPortCorbaCdrProvider InPortCorbaCdrProvider class This is an implementation class of the input port Provider that uses CORBA for means of communication.
 class InPortCorbaProvider<DataType>
          CORBAを通信手段とする入力ポートプロバイダの実装です。
 class InPortProviderImpl
          InPortProviderインタフェースを実装する際に利用するベースクラスです。
 class InPortTcpSockProvider<DataType>
          通信手段に TCP ソケットを利用した入力ポートプロバイダの実装クラスです。
 

InPortProvider を返す jp.go.aist.rtm.RTC.port のメソッド
protected  InPortProvider InPortBase.createProvider(ConnectorProfileHolder cprof, Properties prop)
           InPort provider creation InPortProvider is created, and information is published to ConnectorProfile.
 InPortProvider InPortCorbaCdrProvider.creator_()
           creator_
 

InPortProvider 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド
protected  InPortConnector InPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, InPortProvider provider)
           InPortPushConnector creation Connector is created, preserves it in m_connectors.
 

InPortProvider 型のパラメータを持つ jp.go.aist.rtm.RTC.port のコンストラクタ
InPortPushConnector(ConnectorBase.Profile profile, InPortProvider provider, BufferBase<org.omg.CORBA.portable.OutputStream> buffer)
           Constructor InPortPushConnector assume ownership of InPortConsumer.