|
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 const char * | toString (DataPortStatus::Enum status) |
| Convert DataPortStatus into the string. More...
|
|
void | setDataFlowType (const char *dataflow_type) |
| Set the data flow type. More...
|
|
void | setDataType (const char *data_type) |
| Set the data type. More...
|
|
void | setInterfaceType (const char *interface_type) |
| Set the interface type. More...
|
|
void | setPortType (const char *port_type) |
| Set the port type. More...
|
|
void | setSubscriptionType (const char *subs_type) |
| Set the subscription type. More...
|
|
SDOPackage::NVList | m_properties |
| Properties to hold the port profiles. More...
|
|
Logger | rtclog |
| Logger stream. More...
|
|
Definition at line 216 of file OutPortTests.cpp.
OutPort::OutPortCorbaCdrProviderMock::OutPortCorbaCdrProviderMock |
( |
void |
| ) |
|
|
inline |
virtual OutPort::OutPortCorbaCdrProviderMock::~OutPortCorbaCdrProviderMock |
( |
void |
| ) |
|
|
inlinevirtual |
virtual ::OpenRTM::PortStatus OutPort::OutPortCorbaCdrProviderMock::get |
( |
::OpenRTM::CdrData_out |
data | ) |
|
|
inline |
Initializing configuration.
This operation would be called to configure in initialization. In the concrete class, configuration should be performed getting appropriate information from the given Properties data. This function might be called right after instantiation and connection sequence respectivly. Therefore, this function should be implemented assuming multiple call.
- Parameters
-
prop | Configuration information |
Reimplemented from RTC::OutPortProvider.
Definition at line 234 of file OutPortTests.cpp.
void OutPort::OutPortCorbaCdrProviderMock::publishInterfaceProfile |
( |
SDOPackage::NVList & |
properties | ) |
|
|
inlinevirtual |
Publish InterfaceProfile information.
Publish interfaceProfile information. Check the dataport.interface_type value of the NameValue object specified by an argument in property information and get information only when the interface type of the specified port is matched.
- Parameters
-
properties | Properties to get InterfaceProfile information |
Reimplemented from RTC::OutPortProvider.
Definition at line 261 of file OutPortTests.cpp.
void OutPort::OutPortCorbaCdrProviderMock::setLogger |
( |
Logger * |
logger | ) |
|
|
inline |
bool OutPort::OutPortCorbaCdrProviderMock::subscribeInterface |
( |
const SDOPackage::NVList & |
properties | ) |
|
|
inline |
void OutPort::OutPortCorbaCdrProviderMock::unsubscribeInterface |
( |
const SDOPackage::NVList & |
properties | ) |
|
|
inline |
Logger* OutPort::OutPortCorbaCdrProviderMock::m_logger |
|
private |
The documentation for this class was generated from the following file: