Public Member Functions | |
DataType | operator() (const DataType &value) |
Callback method. More... | |
Public Member Functions inherited from RTC::OnReadConvert< DataType > | |
virtual | ~OnReadConvert (void) |
Destructor. More... | |
Definition at line 52 of file DataInOutPortTests.cpp.
|
inlinevirtual |
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.
value | Data that is readout from buffer |
Implements RTC::OnReadConvert< DataType >.
Definition at line 54 of file DataInOutPortTests.cpp.