Public Member Functions | |
::RTC::ReturnCode_t | connect (::RTC::ConnectorProfile &connector_profile) throw (CORBA::SystemException) |
::RTC::ReturnCode_t | disconnect (const char *connector_id) throw (CORBA::SystemException) |
::RTC::ReturnCode_t | disconnect_all () throw (CORBA::SystemException) |
::RTC::ConnectorProfile * | get_connector_profile (const char *connector_id) throw (CORBA::SystemException) |
::RTC::ConnectorProfileList * | get_connector_profiles () throw (CORBA::SystemException) |
::RTC::PortProfile * | get_port_profile () throw (CORBA::SystemException) |
::RTC::ReturnCode_t | notify_connect (::RTC::ConnectorProfile &connector_profile) throw (CORBA::SystemException) |
::RTC::ReturnCode_t | notify_disconnect (const char *connector_id) throw (CORBA::SystemException) |
PortServiceRtmMock () | |
void | setLogger (Logger *logger) |
virtual | ~PortServiceRtmMock () |
Protected Attributes | |
std::vector< std::string > | m_log |
::RTC::PortProfile | m_profile |
Private Attributes | |
Logger * | m_logger |
Definition at line 216 of file PortServiceProxyTests.cpp.
Definition at line 222 of file PortServiceProxyTests.cpp.
virtual PortServiceProxy::PortServiceRtmMock::~PortServiceRtmMock | ( | ) | [inline, virtual] |
Definition at line 223 of file PortServiceProxyTests.cpp.
::RTC::ReturnCode_t PortServiceProxy::PortServiceRtmMock::connect | ( | ::RTC::ConnectorProfile & | connector_profile | ) | throw (CORBA::SystemException) [inline] |
Definition at line 305 of file PortServiceProxyTests.cpp.
::RTC::ReturnCode_t PortServiceProxy::PortServiceRtmMock::disconnect | ( | const char * | connector_id | ) | throw (CORBA::SystemException) [inline] |
Definition at line 368 of file PortServiceProxyTests.cpp.
::RTC::ReturnCode_t PortServiceProxy::PortServiceRtmMock::disconnect_all | ( | ) | throw (CORBA::SystemException) [inline] |
Definition at line 394 of file PortServiceProxyTests.cpp.
::RTC::ConnectorProfile* PortServiceProxy::PortServiceRtmMock::get_connector_profile | ( | const char * | connector_id | ) | throw (CORBA::SystemException) [inline] |
Definition at line 278 of file PortServiceProxyTests.cpp.
::RTC::ConnectorProfileList* PortServiceProxy::PortServiceRtmMock::get_connector_profiles | ( | ) | throw (CORBA::SystemException) [inline] |
Definition at line 251 of file PortServiceProxyTests.cpp.
::RTC::PortProfile* PortServiceProxy::PortServiceRtmMock::get_port_profile | ( | ) | throw (CORBA::SystemException) [inline] |
Definition at line 232 of file PortServiceProxyTests.cpp.
::RTC::ReturnCode_t PortServiceProxy::PortServiceRtmMock::notify_connect | ( | ::RTC::ConnectorProfile & | connector_profile | ) | throw (CORBA::SystemException) [inline] |
Definition at line 337 of file PortServiceProxyTests.cpp.
::RTC::ReturnCode_t PortServiceProxy::PortServiceRtmMock::notify_disconnect | ( | const char * | connector_id | ) | throw (CORBA::SystemException) [inline] |
Definition at line 381 of file PortServiceProxyTests.cpp.
void PortServiceProxy::PortServiceRtmMock::setLogger | ( | Logger * | logger | ) | [inline] |
Definition at line 225 of file PortServiceProxyTests.cpp.
std::vector<std::string> PortServiceProxy::PortServiceRtmMock::m_log [protected] |
Definition at line 219 of file PortServiceProxyTests.cpp.
Definition at line 405 of file PortServiceProxyTests.cpp.
::RTC::PortProfile PortServiceProxy::PortServiceRtmMock::m_profile [protected] |
Definition at line 220 of file PortServiceProxyTests.cpp.