Public Member Functions | |
InPortMock (const char *name, DataType &value) | |
virtual RTC::ReturnCode_t | publishInterfaces_public (RTC::ConnectorProfile &connector_profile) |
bool | read () |
It is a virtual method that is called from RTObject_impl::readAll(). This method reads out data from DataPort. | |
virtual RTC::ReturnCode_t | subscribeInterfaces_public (RTC::ConnectorProfile &connector_profile) |
Definition at line 558 of file OutPortBaseTests.cpp.
OutPortBase::InPortMock< DataType >::InPortMock | ( | const char * | name, |
DataType & | value | ||
) | [inline] |
Definition at line 562 of file OutPortBaseTests.cpp.
virtual RTC::ReturnCode_t OutPortBase::InPortMock< DataType >::publishInterfaces_public | ( | RTC::ConnectorProfile & | connector_profile | ) | [inline, virtual] |
Definition at line 568 of file OutPortBaseTests.cpp.
bool OutPortBase::InPortMock< DataType >::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 583 of file OutPortBaseTests.cpp.
virtual RTC::ReturnCode_t OutPortBase::InPortMock< DataType >::subscribeInterfaces_public | ( | RTC::ConnectorProfile & | connector_profile | ) | [inline, virtual] |
Definition at line 576 of file OutPortBaseTests.cpp.