Public Member Functions | |
PortMock () | |
void | setLogger (Logger *logger) |
Protected Member Functions | |
virtual void | activateInterfaces () |
Activate all Port interfaces. | |
virtual void | deactivateInterfaces () |
Deactivate all Port interfaces. | |
virtual RTC::ReturnCode_t | publishInterfaces (RTC::ConnectorProfile &) |
virtual RTC::ReturnCode_t | subscribeInterfaces (const RTC::ConnectorProfile &) |
virtual void | unsubscribeInterfaces (const RTC::ConnectorProfile &) |
Private Attributes | |
Logger * | m_logger |
Definition at line 106 of file PortAdminTests.cpp.
PortAdmin::PortMock::PortMock | ( | ) | [inline] |
Definition at line 136 of file PortAdminTests.cpp.
virtual void PortAdmin::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 121 of file PortAdminTests.cpp.
virtual void PortAdmin::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 128 of file PortAdminTests.cpp.
virtual RTC::ReturnCode_t PortAdmin::PortMock::publishInterfaces | ( | RTC::ConnectorProfile & | ) | [inline, protected, virtual] |
Definition at line 110 of file PortAdminTests.cpp.
void PortAdmin::PortMock::setLogger | ( | Logger * | logger | ) | [inline] |
Definition at line 144 of file PortAdminTests.cpp.
virtual RTC::ReturnCode_t PortAdmin::PortMock::subscribeInterfaces | ( | const RTC::ConnectorProfile & | ) | [inline, protected, virtual] |
Definition at line 114 of file PortAdminTests.cpp.
virtual void PortAdmin::PortMock::unsubscribeInterfaces | ( | const RTC::ConnectorProfile & | ) | [inline, protected, virtual] |
Definition at line 118 of file PortAdminTests.cpp.
Logger* PortAdmin::PortMock::m_logger [private] |
Definition at line 149 of file PortAdminTests.cpp.