
Public Member Functions | |
| OnReadMock (void) | |
| virtual void | operator() () |
| Callback function. | |
| void | setLogger (Logger *logger) |
Public Attributes | |
| DataType | m_value |
Private Attributes | |
| Logger * | m_logger |
Definition at line 1017 of file InPortTests.cpp.
| InPort::OnReadMock< DataType >::OnReadMock | ( | void | ) | [inline] |
Definition at line 1025 of file InPortTests.cpp.
| virtual void InPort::OnReadMock< DataType >::operator() | ( | ) | [inline, virtual] |
Callback function.
This is the callback method invoked immediately before data is readout from the buffer.
Implements RTC::OnRead< DataType >.
Definition at line 1033 of file InPortTests.cpp.
| void InPort::OnReadMock< DataType >::setLogger | ( | Logger * | logger | ) | [inline] |
Definition at line 1046 of file InPortTests.cpp.
Logger* InPort::OnReadMock< DataType >::m_logger [private] |
Definition at line 1051 of file InPortTests.cpp.
| DataType InPort::OnReadMock< DataType >::m_value |
Definition at line 1041 of file InPortTests.cpp.