Callback functor abstract for disconnect/notify_disconnect() funcs. More...
Public Member Functions | |
def | __call__ |
Callback method. |
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.
Definition at line 104 of file PortCallBack.py.
def OpenRTM_aist.PortCallBack.DisconnectCallback.__call__ | ( | self, | |
connector_id | |||
) |
Callback method.
This is the callback method invoked when disconnect/notify_disconnect() invocation in Port.
self | |
connector_id | Connector ID |
virtual void operator()(const char* connector_id) = 0;
Definition at line 132 of file PortCallBack.py.