OpenRTM-aist-Python 1.2.1
Public Member Functions | List of all members
OpenRTM_aist.PortCallBack.DisconnectCallback Class Reference

Callback functor abstract for disconnect/notify_disconnect() funcs. More...

Public Member Functions

def __call__ (self, connector_id)
 Callback method. More...
 

Detailed Description

Callback functor abstract for disconnect/notify_disconnect() funcs.

This is the interface for callback functor for disconnect/notify_disconnect() invocation in Port. Argument is connector ID is given these functions.

Since
1.0.0

Member Function Documentation

def OpenRTM_aist.PortCallBack.DisconnectCallback.__call__ (   self,
  connector_id 
)

Callback method.

This is the callback method invoked when disconnect/notify_disconnect() invocation in Port.

Parameters
self
connector_idConnector ID

virtual void operator()(const char* connector_id) = 0;


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