
Public Member Functions | |
| RTC::OutPortConnector * | createConnector_public (RTC::ConnectorProfile &cprof, coil::Properties &prop, RTC::OutPortProvider *provider) |
| RTC::OutPortConnector * | createConnector_public (RTC::ConnectorProfile &cprof, coil::Properties &prop, RTC::InPortConsumer *consumer) |
| OutPortMock (const char *name, DataType &value) | |
| virtual | ~OutPortMock () |
Definition at line 61 of file OutPortTests.cpp.
| OutPort::OutPortMock< DataType >::OutPortMock | ( | const char * | name, |
| DataType & | value | ||
| ) | [inline] |
Definition at line 69 of file OutPortTests.cpp.
| virtual OutPort::OutPortMock< DataType >::~OutPortMock | ( | ) | [inline, virtual] |
Definition at line 77 of file OutPortTests.cpp.
| RTC::OutPortConnector* OutPort::OutPortMock< DataType >::createConnector_public | ( | RTC::ConnectorProfile & | cprof, |
| coil::Properties & | prop, | ||
| RTC::OutPortProvider * | provider | ||
| ) | [inline] |
Definition at line 85 of file OutPortTests.cpp.
| RTC::OutPortConnector* OutPort::OutPortMock< DataType >::createConnector_public | ( | RTC::ConnectorProfile & | cprof, |
| coil::Properties & | prop, | ||
| RTC::InPortConsumer * | consumer | ||
| ) | [inline] |
Definition at line 96 of file OutPortTests.cpp.