Public Member Functions | |
virtual ::RTC::ReturnCode_t | connect (::RTC::ConnectorProfile &connector_profile) |
virtual ::RTC::ReturnCode_t | disconnect (const char *connector_id) |
virtual ::RTC::ReturnCode_t | disconnect_all () |
virtual ::RTC::ConnectorProfile * | get_connector_profile (const char *connector_id) |
virtual ::RTC::ConnectorProfileList * | get_connector_profiles () |
virtual ::RTC::PortProfile * | get_port_profile () |
virtual ::RTC::ReturnCode_t | notify_connect (::RTC::ConnectorProfile &connector_profile) |
virtual ::RTC::ReturnCode_t | notify_disconnect (const char *connector_id) |
PortServiceServantMock (doil::ImplBase *impl) | |
virtual | ~PortServiceServantMock () |
Private Attributes | |
::RTC::Local::IPortService * | m_impl |
Definition at line 72 of file PortServiceProxyTests.cpp.
PortServiceProxy::PortServiceServantMock::PortServiceServantMock | ( | doil::ImplBase * | impl | ) | [inline] |
Definition at line 77 of file PortServiceProxyTests.cpp.
virtual PortServiceProxy::PortServiceServantMock::~PortServiceServantMock | ( | ) | [inline, virtual] |
Definition at line 82 of file PortServiceProxyTests.cpp.
virtual ::RTC::ReturnCode_t PortServiceProxy::PortServiceServantMock::connect | ( | ::RTC::ConnectorProfile & | connector_profile | ) | [inline] |
Definition at line 101 of file PortServiceProxyTests.cpp.
virtual ::RTC::ReturnCode_t PortServiceProxy::PortServiceServantMock::disconnect | ( | const char * | connector_id | ) | [inline] |
Definition at line 106 of file PortServiceProxyTests.cpp.
virtual ::RTC::ReturnCode_t PortServiceProxy::PortServiceServantMock::disconnect_all | ( | ) | [inline] |
Definition at line 110 of file PortServiceProxyTests.cpp.
virtual ::RTC::ConnectorProfile* PortServiceProxy::PortServiceServantMock::get_connector_profile | ( | const char * | connector_id | ) | [inline] |
Definition at line 95 of file PortServiceProxyTests.cpp.
virtual ::RTC::ConnectorProfileList* PortServiceProxy::PortServiceServantMock::get_connector_profiles | ( | ) | [inline] |
Definition at line 89 of file PortServiceProxyTests.cpp.
virtual ::RTC::PortProfile* PortServiceProxy::PortServiceServantMock::get_port_profile | ( | ) | [inline] |
Definition at line 84 of file PortServiceProxyTests.cpp.
virtual ::RTC::ReturnCode_t PortServiceProxy::PortServiceServantMock::notify_connect | ( | ::RTC::ConnectorProfile & | connector_profile | ) | [inline] |
Definition at line 114 of file PortServiceProxyTests.cpp.
virtual ::RTC::ReturnCode_t PortServiceProxy::PortServiceServantMock::notify_disconnect | ( | const char * | connector_id | ) | [inline] |
Definition at line 119 of file PortServiceProxyTests.cpp.
Definition at line 125 of file PortServiceProxyTests.cpp.