
Public Member Functions | |
| void | activate () |
| Connector activation. | |
| void | deactivate () |
| Connector deactivation. | |
| ReturnCode | disconnect () |
| Disconnect connection. | |
| RTC::CdrBufferBase * | getBuffer () |
| Getting Buffer. | |
| OutPortConnectorMock (RTC::ConnectorInfo &info) | |
| ReturnCode | write (const cdrMemoryStream &data) |
| Destructor. | |
| virtual | ~OutPortConnectorMock () |
Private Attributes | |
| RTC::CdrBufferBase * | m_buffer |
Definition at line 84 of file OutPortConnectorTests.cpp.
| OutPortConnector::OutPortConnectorMock::OutPortConnectorMock | ( | RTC::ConnectorInfo & | info | ) | [inline] |
Definition at line 88 of file OutPortConnectorTests.cpp.
| virtual OutPortConnector::OutPortConnectorMock::~OutPortConnectorMock | ( | ) | [inline, virtual] |
Definition at line 92 of file OutPortConnectorTests.cpp.
| void OutPortConnector::OutPortConnectorMock::activate | ( | ) | [inline, virtual] |
Connector activation.
This operation activates this connector
Implements RTC::ConnectorBase.
Definition at line 99 of file OutPortConnectorTests.cpp.
| void OutPortConnector::OutPortConnectorMock::deactivate | ( | ) | [inline, virtual] |
Connector deactivation.
This operation deactivates this connector
Implements RTC::ConnectorBase.
Definition at line 102 of file OutPortConnectorTests.cpp.
| ReturnCode OutPortConnector::OutPortConnectorMock::disconnect | ( | ) | [inline, virtual] |
Disconnect connection.
This operation disconnect this connection
Implements RTC::OutPortConnector.
Definition at line 95 of file OutPortConnectorTests.cpp.
| RTC::CdrBufferBase* OutPortConnector::OutPortConnectorMock::getBuffer | ( | ) | [inline, virtual] |
Getting Buffer.
This operation returns this connector's buffer
Implements RTC::OutPortConnector.
Definition at line 105 of file OutPortConnectorTests.cpp.
| ReturnCode OutPortConnector::OutPortConnectorMock::write | ( | const cdrMemoryStream & | data | ) | [inline, virtual] |
Destructor.
The write function to write data from OutPort to Buffer
Implements RTC::OutPortConnector.
Definition at line 109 of file OutPortConnectorTests.cpp.
Definition at line 114 of file OutPortConnectorTests.cpp.