Public Member Functions | |
void | activate () |
Connector activation. More... | |
void | deactivate () |
Connector deactivation. More... | |
ReturnCode | disconnect () |
Disconnect connection. More... | |
RTC::CdrBufferBase * | getBuffer () |
Getting Buffer. More... | |
OutPortConnectorMock (RTC::ConnectorInfo &info) | |
ReturnCode | write (const cdrMemoryStream &data) |
Destructor. More... | |
virtual | ~OutPortConnectorMock () |
Public Member Functions inherited from RTC::OutPortConnector | |
const char * | id () |
Getting Connector ID. More... | |
virtual bool | isLittleEndian () |
return it whether endian setting. More... | |
const char * | name () |
Getting Connector name. More... | |
DATAPORTSTATUS_ENUM | OutPortConnector (ConnectorInfo &info) |
Constructor. More... | |
const ConnectorInfo & | profile () |
Getting Profile. More... | |
virtual void | setEndian (const bool endian_type) |
Setting an endian type. More... | |
template<class DataType > | |
ReturnCode | write (const DataType &data) |
The conversion template of the data type. More... | |
virtual | ~OutPortConnector () |
Destructor. More... | |
Public Member Functions inherited from RTC::ConnectorBase | |
virtual | ~ConnectorBase () |
Destructor. More... | |
Private Attributes | |
RTC::CdrBufferBase * | m_buffer |
Additional Inherited Members | |
Public Types inherited from RTC::DataPortStatus | |
enum | Enum { PORT_OK = 0, PORT_ERROR, BUFFER_ERROR, BUFFER_FULL, BUFFER_EMPTY, BUFFER_TIMEOUT, SEND_FULL, SEND_TIMEOUT, RECV_EMPTY, RECV_TIMEOUT, INVALID_ARGS, PRECONDITION_NOT_MET, CONNECTION_LOST, UNKNOWN_ERROR } |
DataPortStatus return codes. More... | |
Static Public Member Functions inherited from RTC::DataPortStatus | |
static const char * | toString (DataPortStatus::Enum status) |
Convert DataPortStatus into the string. More... | |
Protected Attributes inherited from RTC::OutPortConnector | |
cdrMemoryStream | m_cdr |
CDR stream. More... | |
bool | m_littleEndian |
Connected Endian. More... | |
ConnectorInfo | m_profile |
PortProfile of the Port. More... | |
Logger | rtclog |
Logger stream. More... | |
Definition at line 84 of file OutPortConnectorTests.cpp.
|
inline |
Definition at line 88 of file OutPortConnectorTests.cpp.
|
inlinevirtual |
Definition at line 92 of file OutPortConnectorTests.cpp.
|
inlinevirtual |
Connector activation.
This operation activates this connector
Implements RTC::ConnectorBase.
Definition at line 99 of file OutPortConnectorTests.cpp.
|
inlinevirtual |
Connector deactivation.
This operation deactivates this connector
Implements RTC::ConnectorBase.
Definition at line 102 of file OutPortConnectorTests.cpp.
|
inlinevirtual |
Disconnect connection.
This operation disconnect this connection
Implements RTC::OutPortConnector.
Definition at line 95 of file OutPortConnectorTests.cpp.
|
inlinevirtual |
Getting Buffer.
This operation returns this connector's buffer
Implements RTC::OutPortConnector.
Definition at line 105 of file OutPortConnectorTests.cpp.
|
inlinevirtual |
Destructor.
The write function to write data from OutPort to Buffer
Implements RTC::OutPortConnector.
Definition at line 109 of file OutPortConnectorTests.cpp.
|
private |
Definition at line 114 of file OutPortConnectorTests.cpp.