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