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 &) |
Definition at line 86 of file CORBA_SeqUtilTests.cpp.
virtual void CORBA_SeqUtil::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 101 of file CORBA_SeqUtilTests.cpp.
virtual void CORBA_SeqUtil::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 104 of file CORBA_SeqUtilTests.cpp.
virtual RTC::ReturnCode_t CORBA_SeqUtil::PortMock::publishInterfaces | ( | RTC::ConnectorProfile & | ) | [inline, protected, virtual] |
Definition at line 90 of file CORBA_SeqUtilTests.cpp.
virtual RTC::ReturnCode_t CORBA_SeqUtil::PortMock::subscribeInterfaces | ( | const RTC::ConnectorProfile & | ) | [inline, protected, virtual] |
Definition at line 94 of file CORBA_SeqUtilTests.cpp.
virtual void CORBA_SeqUtil::PortMock::unsubscribeInterfaces | ( | const RTC::ConnectorProfile & | ) | [inline, protected, virtual] |
Definition at line 98 of file CORBA_SeqUtilTests.cpp.