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

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

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

ConnectionCallback として宣言されている jp.go.aist.rtm.RTC.port のフィールド
protected  ConnectionCallback PortBase.m_onConnected
           
protected  ConnectionCallback PortBase.m_onConnectionLost
           
protected  ConnectionCallback PortBase.m_onDisconnected
           
protected  ConnectionCallback PortBase.m_onPublishInterfaces
          Callback functor objects
protected  ConnectionCallback PortBase.m_onSubscribeInterfaces
           
protected  ConnectionCallback PortBase.m_onUnsubscribeInterfaces
           
 

ConnectionCallback 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド
 void PortBase.setOnConnected(ConnectionCallback on_connected)
           Setting callback called on connection established This operation sets a functor that is called when connection between ports established.
 void PortBase.setOnConnectionLost(ConnectionCallback on_connection_lost)
           
 void PortBase.setOnDisconnected(ConnectionCallback on_disconnected)
           Setting callback called on disconnected This operation sets a functor that is called when connection between ports is destructed.
 void PortBase.setOnPublishInterfaces(ConnectionCallback on_publish)
           Setting callback called on publish interfaces This operation sets a functor that is called after publishing interfaces process when connecting between ports.
 void PortBase.setOnSubscribeInterfaces(ConnectionCallback on_subscribe)
           Setting callback called on publish interfaces This operation sets a functor that is called before subscribing interfaces process when connecting between ports.
 void PortBase.setOnUnsubscribeInterfaces(ConnectionCallback on_unsubscribe)
           Setting callback called on unsubscribe interfaces This operation sets a functor that is called before unsubscribing interfaces process when disconnecting between ports.