Uses of Interface
jp.go.aist.rtm.RTC.port.ConnectionCallback

Packages that use ConnectionCallback
jp.go.aist.rtm.RTC.port   
 

Uses of ConnectionCallback in jp.go.aist.rtm.RTC.port
 

Fields in jp.go.aist.rtm.RTC.port declared as ConnectionCallback
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
           
 

Methods in jp.go.aist.rtm.RTC.port with parameters of type ConnectionCallback
 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