Public Member Functions | |
InPortMock (const char *name, const char *value) | |
bool | read () |
It is a virtual method that is called from RTObject_impl::readAll(). This method reads out data from DataPort. |
Definition at line 52 of file OutPortConnectorTests.cpp.
OutPortConnector::InPortMock::InPortMock | ( | const char * | name, |
const char * | value | ||
) | [inline] |
Definition at line 56 of file OutPortConnectorTests.cpp.
bool OutPortConnector::InPortMock::read | ( | ) | [inline, virtual] |
It is a virtual method that is called from RTObject_impl::readAll(). This method reads out data from DataPort.
Implements RTC::InPortBase.
Definition at line 61 of file OutPortConnectorTests.cpp.