Public Member Functions | |
OnReadConvertMock (void) | |
virtual DataType | operator() (const DataType &value) |
Callback method. More... | |
void | setLogger (Logger *logger) |
Public Member Functions inherited from RTC::OnReadConvert< DataType > | |
virtual | ~OnReadConvert (void) |
Destructor. More... | |
Private Attributes | |
Logger * | m_logger |
Definition at line 1058 of file InPortTests.cpp.
|
inline |
Definition at line 1065 of file InPortTests.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 1073 of file InPortTests.cpp.
|
inline |
Definition at line 1085 of file InPortTests.cpp.
|
private |
Definition at line 1090 of file InPortTests.cpp.