|
OpenRTM-aist 2.0.2
|
ConnectorInfo class. More...
#include <ConnectorBase.h>
Public Member Functions | |
| ConnectorInfo (const char *name_, const char *id_, coil::vstring ports_, const coil::Properties &properties_) | |
| Constructor. | |
| ConnectorInfo ()=default | |
| Constructor. | |
| ConnectorInfo (const ConnectorInfo &) | |
| Constructor. | |
| ~ConnectorInfo () | |
| Destructor. | |
| ConnectorInfo & | operator= (const ConnectorInfo &)=default |
| Operator=. | |
Public Attributes | |
| std::string | name |
| Connection name . | |
| std::string | id |
| ConnectionID . | |
| coil::vstring | ports |
| Connection ports . | |
| coil::Properties | properties |
| Connection properties . | |
ConnectorInfo class.
| RTC::ConnectorInfo::ConnectorInfo | ( | const char * | name_, |
| const char * | id_, | ||
| coil::vstring | ports_, | ||
| const coil::Properties & | properties_ ) |
Constructor.
Constructor
| name_ | connection name |
| id_ | connection ID |
| ports_ | connection Ports |
| properties_ | connection properties |
|
default |
Constructor.
Constructor
| RTC::ConnectorInfo::ConnectorInfo | ( | const ConnectorInfo & | ) |
Constructor.
Constructor
| RTC::ConnectorInfo::~ConnectorInfo | ( | ) |
Destructor.
Destructor
|
default |
Operator=.
Operator=
| std::string RTC::ConnectorInfo::id |
ConnectionID .
| std::string RTC::ConnectorInfo::name |
Connection name .
Referenced by RTC::EventBinder0< FSM, TOP, R >::operator()(), and RTC::EventBinder1< FSM, TOP, R, P0 >::operator()().
| coil::vstring RTC::ConnectorInfo::ports |
Connection ports .
| coil::Properties RTC::ConnectorInfo::properties |
Connection properties .
Referenced by RTC::ConnectorDataListenerHolder::notify(), RTC::ConnectorDataListenerHolderT< DataType >::notify(), RTC::ConnectorDataListenerHolder::notifyIn(), RTC::ConnectorDataListenerHolderT< DataType >::notifyIn(), RTC::ConnectorDataListenerHolder::notifyOut(), RTC::ConnectorDataListenerHolderT< DataType >::notifyOut(), RTC::ConnectorDataListenerT< DataType >::operator()(), RTC::EventBinder0< FSM, TOP, R >::operator()(), RTC::EventBinder1< FSM, TOP, R, P0 >::operator()(), RTC::EventConnListener::operator()(), and RTC::Timestamp< DataType >::operator()().