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

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

jp.go.aist.rtm.RTC.port での ConnectorBase.Profile の使用
 

ConnectorBase.Profile として宣言されている jp.go.aist.rtm.RTC.port のフィールド
protected  ConnectorBase.Profile OutPortConnector.m_profile
           
protected  ConnectorBase.Profile InPortConnector.m_profile
           
 

ConnectorBase.Profile を返す jp.go.aist.rtm.RTC.port のメソッド
 ConnectorBase.Profile OutPortConnector.profile()
           Getting Profile This operation returns Connector Profile
 ConnectorBase.Profile InPortConnector.profile()
           Getting Profile This operation returns Connector Profile
abstract  ConnectorBase.Profile ConnectorBase.profile()
           Getting Profile This operation returns Connector Profile
 

ConnectorBase.Profile 型の引数を持つ型を返す jp.go.aist.rtm.RTC.port のメソッド
 java.util.Vector<ConnectorBase.Profile> OutPortBase.getConnectorProfiles()
           ConnectorProfile list This operation returns ConnectorProfile list
 

ConnectorBase.Profile 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド
protected  BufferBase<org.omg.CORBA.portable.OutputStream> OutPortPushConnector.createBuffer(ConnectorBase.Profile profile)
           create buffer
protected  BufferBase<org.omg.CORBA.portable.OutputStream> InPortPushConnector.createBuffer(ConnectorBase.Profile profile)
           
protected  BufferBase<org.omg.CORBA.portable.OutputStream> InPortPullConnector.createBuffer(ConnectorBase.Profile profile)
           
protected  PublisherBase OutPortPushConnector.createPublisher(ConnectorBase.Profile profile)
           create publisher
 boolean OutPortBase.getConnectorProfileById(java.lang.String id, ConnectorBase.Profile prof)
           Getting ConnectorProfile by name This operation returns ConnectorProfile specified by name
 boolean OutPortBase.getConnectorProfileByName(java.lang.String name, ConnectorBase.Profile prof)
           Getting ConnectorProfile by name This operation returns ConnectorProfile specified by name
 

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