Public Member Functions | |
def | __call__ |
Callback method. |
Definition at line 50 of file PortCallBack.py.
def OpenRTM_aist.PortCallBack.ConnectionCallback.__call__ | ( | self, | |
profile | |||
) |
Callback method.
This is the callback method invoked when connect/notify_connect() invocation in Port.
self | |
profile | ConnectorProfile |
virtual void operator()(RTC::ConnectorProfile& profile) = 0;
Definition at line 78 of file PortCallBack.py.