Public Member Functions | |
ConnectionCallbackMock (const char *name) | |
virtual void | operator() (RTC::ConnectorProfile &profile) |
Callback method. | |
virtual | ~ConnectionCallbackMock () |
Public Attributes | |
std::string | m_name |
Definition at line 72 of file PortBaseTests.cpp.
PortBase::ConnectionCallbackMock::ConnectionCallbackMock | ( | const char * | name | ) | [inline] |
Definition at line 75 of file PortBaseTests.cpp.
virtual PortBase::ConnectionCallbackMock::~ConnectionCallbackMock | ( | ) | [inline, virtual] |
Definition at line 76 of file PortBaseTests.cpp.
virtual void PortBase::ConnectionCallbackMock::operator() | ( | RTC::ConnectorProfile & | profile | ) | [inline, virtual] |
Callback method.
This is the callback method invoked when connect/notify_connect() invocation in Port.
profile | ConnectorProfile |
Implements RTC::ConnectionCallback.
Definition at line 81 of file PortBaseTests.cpp.
std::string PortBase::ConnectionCallbackMock::m_name |
Definition at line 87 of file PortBaseTests.cpp.