OpenRTM-aist-Python 2.0.2
OpenRTM_aist.PortConnectListener.PortConnectRetListener Class Reference

More...

Public Member Functions

 toString (status)
 
 __del__ (self)
 
 __call__ (self, portname, profile, ret)
 

Detailed Description

PortConnectRetListener class

This class is abstract base class for listener classes that provides callbacks for various events in rtobject.

  • ON_CONNECT_NEXTPORT: after cascade-call in notify_connect()
  • ON_SUBSCRIBE_INTERFACES: after IF subscribing in notify_connect()
  • ON_CONNECTED: completed nofity_connect() connection process
  • ON_DISCONNECT_NEXT: after cascade-call in notify_disconnect()
  • ON_DISCONNECTED: completed notify_disconnect() disconnection

Constructor & Destructor Documentation

◆ __del__()

OpenRTM_aist.PortConnectListener.PortConnectRetListener.__del__ ( self)

Destructor

Member Function Documentation

◆ __call__()

OpenRTM_aist.PortConnectListener.PortConnectRetListener.__call__ ( self,
portname,
profile,
ret )

Virtual Callback function

This is a the Callback function for PortConnectRetListener.

virtual void operator()(const char* portname, RTC.ConnectorProfile& profile, ReturnCode_t ret) = 0;

◆ toString()

OpenRTM_aist.PortConnectListener.PortConnectRetListener.toString ( status)

Convert PortConnectRetListenerType into string.

Convert PortConnectRetListenerType into string.

Parameters
typeThe target PortConnectRetListenerType for transformation
Returns
Trnasformation result of string representation

static const char* toString(PortConnectRetListenerType type);


The documentation for this class was generated from the following file: