インタフェース
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
 void PortBase.setOnConnectionLost(ConnectionCallback on_connection_lost)
           
 void PortBase.setOnDisconnected(ConnectionCallback on_disconnected)
           Setting callback called on disconnected
 void PortBase.setOnPublishInterfaces(ConnectionCallback on_publish)
           Setting callback called on publish interfaces
 void PortBase.setOnSubscribeInterfaces(ConnectionCallback on_subscribe)
           Setting callback called on publish interfaces
 void PortBase.setOnUnsubscribeInterfaces(ConnectionCallback on_unsubscribe)
           Setting callback called on unsubscribe interfaces