OnReadConvert abstract class. More...
Public Member Functions | |
def | __call__ (self, value) |
Callback method. More... | |
OnReadConvert abstract class.
Definition at line 289 of file PortCallBack.py.
def OpenRTM_aist.PortCallBack.OnReadConvert.__call__ | ( | self, | |
value | |||
) |
Callback method.
This function is the callback function invoked when data is readout from the buffer, and the return value of operator()() is used as return value of InPort's read() or it is stored in the InPort data variable.
self | |
value | Data that is readout from buffer |
Definition at line 321 of file PortCallBack.py.