
Public Member Functions | |
| virtual void | operator() (const DataType &value) |
| Callback function. | |
Public Attributes | |
| DataType | m_value |
Definition at line 1107 of file InPortTests.cpp.
| virtual void InPort::OnWriteMock< DataType >::operator() | ( | const DataType & | value | ) | [inline, virtual] |
Callback function.
This is the callback method invoked immediately before data is written into the buffer.
| value | Data that is written into the buffer |
Implements RTC::OnWrite< DataType >.
Definition at line 1111 of file InPortTests.cpp.
| DataType InPort::OnWriteMock< DataType >::m_value |
Definition at line 1115 of file InPortTests.cpp.