クラス
RTC.ConnectorProfileHolder の使用

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

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

ConnectorProfileHolder として宣言されている jp.go.aist.rtm.RTC.port のフィールド
 ConnectorProfileHolder PortBase.connect_func.m_connector_profile
           
 ConnectorProfileHolder PortBase.disconnect_func.m_connector_profile
           
 

ConnectorProfileHolder 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド
 ReturnCode_t PortBase.connect(ConnectorProfileHolder connector_profile)
          ポート間の接続を行います。
protected  ReturnCode_t PortBase.connectNext(ConnectorProfileHolder connector_profile)
          当該ポートの次のポートに対して接続通知を行います。
protected  OutPortConnector OutPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, InPortConsumer consumer)
           OutPortPushConnector creation
protected  InPortConnector InPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, InPortProvider provider)
           InPortPushConnector creation Connector is created, preserves it in m_connectors.
protected  InPortConnector InPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, OutPortConsumer consumer)
           InPortPullConnector creation Connector is created, preserves it in m_connectors.
protected  OutPortConnector OutPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, OutPortProvider provider)
           OutPortPullConnector creation
protected  InPortConsumer OutPortBase.createConsumer(ConnectorProfileHolder cprof, Properties prop)
           InPort consumer creation
protected  OutPortConsumer InPortBase.createConsumer(ConnectorProfileHolder cprof, Properties prop)
           InPort provider creation OutPortConsumer is created.
protected  OutPortProvider OutPortBase.createProvider(ConnectorProfileHolder cprof, Properties prop)
           OutPort provider creation
protected  InPortProvider InPortBase.createProvider(ConnectorProfileHolder cprof, Properties prop)
           InPort provider creation InPortProvider is created, and information is published to ConnectorProfile.
 ReturnCode_t PortBase.notify_connect(ConnectorProfileHolder connector_profile)
          ポートの接続通知を行います。
protected abstract  ReturnCode_t PortBase.publishInterfaces(ConnectorProfileHolder connector_profile)
          Interface情報を公開します。
protected  ReturnCode_t OutPortBase.publishInterfaces(ConnectorProfileHolder cprof)
           Publish interface information This operation is pure virutal function that would be called at the beginning of the notify_connect() process sequence.
protected  ReturnCode_t InPortBase.publishInterfaces(ConnectorProfileHolder cprof)
           Publish interface information Publish interface information.
protected  ReturnCode_t DataOutPort.publishInterfaces(ConnectorProfileHolder connector_profile)
          Interface 情報を公開します。
protected  ReturnCode_t DataInPort.publishInterfaces(ConnectorProfileHolder connector_profile)
          Interface情報を公開します。
protected  ReturnCode_t CorbaPort.publishInterfaces(ConnectorProfileHolder connector_profile)
          Interface情報を公開します。
 void ConnectionCallback.run(ConnectorProfileHolder profile)
           run Method of callback.
protected  void PortBase.setUUID(ConnectorProfileHolder connector_profile)
          UUIDを生成し、指定されたConnectorProfileオブジェクトのconnector_idメンバに設定します。
protected abstract  ReturnCode_t PortBase.subscribeInterfaces(ConnectorProfileHolder connector_profile)
          Interface 情報を公開します。
protected  ReturnCode_t OutPortBase.subscribeInterfaces(ConnectorProfileHolder cprof)
           Subscribe to the interface This operation is pure virutal function that would be called at the middle of the notify_connect() process sequence.
protected  ReturnCode_t InPortBase.subscribeInterfaces(ConnectorProfileHolder cprof)
           Subscribe to the interface Subscribe to interface.
protected  ReturnCode_t DataOutPort.subscribeInterfaces(ConnectorProfileHolder connector_profile)
          Interface情報を取得します。
protected  ReturnCode_t DataInPort.subscribeInterfaces(ConnectorProfileHolder connector_profile)
          Interfaceに接続します。
protected  ReturnCode_t CorbaPort.subscribeInterfaces(ConnectorProfileHolder connector_profile)
          Interfaceに接続します。
 

ConnectorProfileHolder 型のパラメータを持つ jp.go.aist.rtm.RTC.port のコンストラクタ
PortBase.connect_func(PortService p, ConnectorProfileHolder prof)
          コンストラクタです。
PortBase.disconnect_func(PortService p, ConnectorProfileHolder prof)
          コンストラクタです。
 

RTC での ConnectorProfileHolder の使用
 

ConnectorProfileHolder 型のパラメータを持つ RTC のメソッド
 ReturnCode_t _PortServiceStub.connect(ConnectorProfileHolder connector_profile)
           
 ReturnCode_t PortServiceOperations.connect(ConnectorProfileHolder connector_profile)
           
 ReturnCode_t _PortServiceStub.notify_connect(ConnectorProfileHolder connector_profile)
           
 ReturnCode_t PortServiceOperations.notify_connect(ConnectorProfileHolder connector_profile)