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