Public Member Functions | |
DataType | operator() (const DataType &value) |
Callback method. |
Definition at line 52 of file DataInOutPortTests.cpp.
DataType DataInOutPort::HogeCovnert< DataType >::operator() | ( | const DataType & | value | ) | [inline, virtual] |
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.