#include <ConnectorBase.h>
Public Member Functions | |
| ConnectorInfo (const char *name_, const char *id_, coil::vstring ports_, coil::Properties properties_) | |
| Constructor.   | |
| ConnectorInfo () | |
| Constructor.   | |
Public Attributes | |
| std::string | name | 
| Connection name.   | |
| std::string | id | 
| ConnectionID.   | |
| coil::vstring | ports | 
| Connection ports.   | |
| coil::Properties | properties | 
| Connection properties.   | |
| RTC::ConnectorInfo::ConnectorInfo | ( | const char * | name_, | |
| const char * | id_, | |||
| coil::vstring | ports_, | |||
| coil::Properties | properties_ | |||
| ) |  [inline] | 
        
Constructor.
Constructor
| name_ | connection name | |
| id_ | connection ID | |
| ports_ | connection Ports | |
| properties_ | connection properties | 
| RTC::ConnectorInfo::ConnectorInfo | ( | ) |  [inline] | 
        
Constructor.
Constructor
| std::string RTC::ConnectorInfo::id | 
ConnectionID.
| std::string RTC::ConnectorInfo::name | 
Connection name.
Connection ports.
Connection properties.
Referenced by RTC::ConnectorDataListenerT< DataType >::operator()().
 1.6.3