
Public Member Functions | |
| RTC::InPortConnector * | createConnector_public (RTC::ConnectorProfile &cprof, coil::Properties &prop, RTC::InPortProvider *provider) |
| RTC::InPortBase::ConnectorList | get_m_connectors () |
| coil::vstring | get_m_consumerTypes () |
| coil::Properties | get_m_properties () |
| coil::vstring | get_m_providerTypes () |
| RTC::CdrBufferBase * | get_m_thebuffer () |
| InPortMock (const char *name, DataType &value, int bufsize=64, bool read_block=false, bool write_block=false, int read_timeout=0, int write_timeout=0) | |
| virtual | ~InPortMock () |
Definition at line 91 of file InPortTests.cpp.
| InPort::InPortMock< DataType >::InPortMock | ( | const char * | name, |
| DataType & | value, | ||
| int | bufsize = 64, |
||
| bool | read_block = false, |
||
| bool | write_block = false, |
||
| int | read_timeout = 0, |
||
| int | write_timeout = 0 |
||
| ) | [inline] |
Definition at line 99 of file InPortTests.cpp.
| virtual InPort::InPortMock< DataType >::~InPortMock | ( | ) | [inline, virtual] |
Definition at line 110 of file InPortTests.cpp.
| RTC::InPortConnector* InPort::InPortMock< DataType >::createConnector_public | ( | RTC::ConnectorProfile & | cprof, |
| coil::Properties & | prop, | ||
| RTC::InPortProvider * | provider | ||
| ) | [inline] |
Definition at line 142 of file InPortTests.cpp.
| RTC::InPortBase::ConnectorList InPort::InPortMock< DataType >::get_m_connectors | ( | ) | [inline] |
Definition at line 153 of file InPortTests.cpp.
| coil::vstring InPort::InPortMock< DataType >::get_m_consumerTypes | ( | ) | [inline] |
Definition at line 133 of file InPortTests.cpp.
| coil::Properties InPort::InPortMock< DataType >::get_m_properties | ( | ) | [inline] |
Definition at line 161 of file InPortTests.cpp.
| coil::vstring InPort::InPortMock< DataType >::get_m_providerTypes | ( | ) | [inline] |
Definition at line 125 of file InPortTests.cpp.
| RTC::CdrBufferBase* InPort::InPortMock< DataType >::get_m_thebuffer | ( | ) | [inline] |
Definition at line 117 of file InPortTests.cpp.