Public Member Functions | |
OutPortMock (const char *name, const char *value) | |
bool | write () |
Write data. |
Definition at line 68 of file OutPortConnectorTests.cpp.
OutPortConnector::OutPortMock::OutPortMock | ( | const char * | name, |
const char * | value | ||
) | [inline] |
Definition at line 72 of file OutPortConnectorTests.cpp.
bool OutPortConnector::OutPortMock::write | ( | ) | [inline, virtual] |
Write data.
Write data to the port. Write the value, which was set to the bound variable, to the port.
Implements RTC::OutPortBase.
Definition at line 77 of file OutPortConnectorTests.cpp.