クラス
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)
          当該ポートの次のポートに対して接続通知を行います。
 ReturnCode_t PortBase.notify_connect(ConnectorProfileHolder connector_profile)
          ポートの接続通知を行います。
protected abstract  ReturnCode_t PortBase.publishInterfaces(ConnectorProfileHolder connector_profile)
          Interface情報を公開します。
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情報を公開します。
protected  void PortBase.setUUID(ConnectorProfileHolder connector_profile)
          UUIDを生成し、指定されたConnectorProfileオブジェクトのconnector_idメンバに設定します。
protected abstract  ReturnCode_t PortBase.subscribeInterfaces(ConnectorProfileHolder connector_profile)
          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(Port p, ConnectorProfileHolder prof)
          コンストラクタです。
PortBase.disconnect_func(Port p, ConnectorProfileHolder prof)
          コンストラクタです。
 

RTC での ConnectorProfileHolder の使用
 

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