Protected Member Functions | |
virtual void | activateInterfaces () |
Activate all Port interfaces. | |
virtual void | deactivateInterfaces () |
Deactivate all Port interfaces. | |
virtual RTC::ReturnCode_t | publishInterfaces (RTC::ConnectorProfile &connector_profile) |
virtual RTC::ReturnCode_t | subscribeInterfaces (const RTC::ConnectorProfile &connector_profile) |
virtual void | unsubscribeInterfaces (const RTC::ConnectorProfile &connector_profile) |
Definition at line 145 of file RTObjectTests.cpp.
virtual void RTObject::PortMock::activateInterfaces | ( | ) | [inline, protected, virtual] |
Activate all Port interfaces.
This operation activate all interfaces that is registered in the ports.
Implements RTC::PortBase.
Definition at line 160 of file RTObjectTests.cpp.
virtual void RTObject::PortMock::deactivateInterfaces | ( | ) | [inline, protected, virtual] |
Deactivate all Port interfaces.
This operation deactivate all interfaces that is registered in the ports.
Implements RTC::PortBase.
Definition at line 163 of file RTObjectTests.cpp.
virtual RTC::ReturnCode_t RTObject::PortMock::publishInterfaces | ( | RTC::ConnectorProfile & | connector_profile | ) | [inline, protected, virtual] |
Definition at line 149 of file RTObjectTests.cpp.
virtual RTC::ReturnCode_t RTObject::PortMock::subscribeInterfaces | ( | const RTC::ConnectorProfile & | connector_profile | ) | [inline, protected, virtual] |
Definition at line 153 of file RTObjectTests.cpp.
virtual void RTObject::PortMock::unsubscribeInterfaces | ( | const RTC::ConnectorProfile & | connector_profile | ) | [inline, protected, virtual] |
Definition at line 157 of file RTObjectTests.cpp.