
Public Member Functions | |
| OnReadMock (void) | |
| virtual void | operator() () |
| Callback function. More... | |
| void | setLogger (Logger *logger) |
Public Member Functions inherited from RTC::OnRead< DataType > | |
| virtual | ~OnRead (void) |
| Destructor. More... | |
Public Attributes | |
| DataType | m_value |
Private Attributes | |
| Logger * | m_logger |
Definition at line 1017 of file InPortTests.cpp.
|
inline |
Definition at line 1025 of file InPortTests.cpp.
|
inlinevirtual |
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.
|
inline |
Definition at line 1046 of file InPortTests.cpp.
|
private |
Definition at line 1051 of file InPortTests.cpp.
| DataType InPort::OnReadMock< DataType >::m_value |
Definition at line 1041 of file InPortTests.cpp.