Public Member Functions | |
virtual ::RTC::Local::ReturnCode_t | connect (::RTC::Local::ConnectorProfile &connector_profile) throw () |
void | decRef () |
virtual ::RTC::Local::ReturnCode_t | disconnect (const ::std::string &connector_id) throw () |
virtual ::RTC::Local::ReturnCode_t | disconnect_all () throw () |
virtual ::RTC::Local::ConnectorProfile | get_connector_profile (const ::std::string &connector_id) throw () |
virtual ::RTC::Local::ConnectorProfileList | get_connector_profiles () throw () |
virtual ::RTC::Local::PortProfile | get_port_profile () throw () |
const char * | id () |
void | incRef () |
IPortServiceMock () | |
const char * | name () |
virtual ::RTC::Local::ReturnCode_t | notify_connect (::RTC::Local::ConnectorProfile &connector_profile) throw () |
virtual ::RTC::Local::ReturnCode_t | notify_disconnect (const ::std::string &connector_id) throw () |
virtual | ~IPortServiceMock () |
Private Attributes | |
std::string | m_name |
int | m_refcount |
Definition at line 132 of file PortServiceProxyTests.cpp.
PortServiceProxy::IPortServiceMock::IPortServiceMock | ( | ) | [inline] |
Definition at line 136 of file PortServiceProxyTests.cpp.
virtual PortServiceProxy::IPortServiceMock::~IPortServiceMock | ( | ) | [inline, virtual] |
Definition at line 139 of file PortServiceProxyTests.cpp.
virtual ::RTC::Local::ReturnCode_t PortServiceProxy::IPortServiceMock::connect | ( | ::RTC::Local::ConnectorProfile & | connector_profile | ) | throw () [inline] |
Definition at line 173 of file PortServiceProxyTests.cpp.
void PortServiceProxy::IPortServiceMock::decRef | ( | ) | [inline] |
Definition at line 146 of file PortServiceProxyTests.cpp.
virtual ::RTC::Local::ReturnCode_t PortServiceProxy::IPortServiceMock::disconnect | ( | const ::std::string & | connector_id | ) | throw () [inline] |
Definition at line 180 of file PortServiceProxyTests.cpp.
virtual ::RTC::Local::ReturnCode_t PortServiceProxy::IPortServiceMock::disconnect_all | ( | ) | throw () [inline, virtual] |
Implements RTC::Local::IPortService.
Definition at line 187 of file PortServiceProxyTests.cpp.
virtual ::RTC::Local::ConnectorProfile PortServiceProxy::IPortServiceMock::get_connector_profile | ( | const ::std::string & | connector_id | ) | throw () [inline] |
Definition at line 164 of file PortServiceProxyTests.cpp.
virtual ::RTC::Local::ConnectorProfileList PortServiceProxy::IPortServiceMock::get_connector_profiles | ( | ) | throw () [inline] |
Definition at line 158 of file PortServiceProxyTests.cpp.
virtual ::RTC::Local::PortProfile PortServiceProxy::IPortServiceMock::get_port_profile | ( | ) | throw () [inline] |
Definition at line 152 of file PortServiceProxyTests.cpp.
const char* PortServiceProxy::IPortServiceMock::id | ( | ) | [inline] |
Definition at line 140 of file PortServiceProxyTests.cpp.
void PortServiceProxy::IPortServiceMock::incRef | ( | ) | [inline] |
Definition at line 142 of file PortServiceProxyTests.cpp.
const char* PortServiceProxy::IPortServiceMock::name | ( | ) | [inline] |
Definition at line 141 of file PortServiceProxyTests.cpp.
virtual ::RTC::Local::ReturnCode_t PortServiceProxy::IPortServiceMock::notify_connect | ( | ::RTC::Local::ConnectorProfile & | connector_profile | ) | throw () [inline] |
Definition at line 193 of file PortServiceProxyTests.cpp.
virtual ::RTC::Local::ReturnCode_t PortServiceProxy::IPortServiceMock::notify_disconnect | ( | const ::std::string & | connector_id | ) | throw () [inline] |
Definition at line 200 of file PortServiceProxyTests.cpp.
std::string PortServiceProxy::IPortServiceMock::m_name [private] |
Definition at line 208 of file PortServiceProxyTests.cpp.
int PortServiceProxy::IPortServiceMock::m_refcount [private] |
Definition at line 209 of file PortServiceProxyTests.cpp.