|
OpenRTM-aist 2.1.0
|
ConnectorInfo class. More...
#include <ConnectorBase.h>
Public Member Functions | |
| ConnectorInfo (const char *name_, const char *id_, coil::vstring ports_, const coil::Properties &properties_) | |
| Constructor. More... | |
| ConnectorInfo ()=default | |
| Constructor. More... | |
| ConnectorInfo (const ConnectorInfo &) | |
| Constructor. More... | |
| ~ConnectorInfo () | |
| Destructor. More... | |
| ConnectorInfo & | operator= (const ConnectorInfo &)=default |
| Operator=. 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... | |
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::ConnectorDataListenerHolderT< DataType >::notify(), RTC::ConnectorDataListenerHolder::notify(), RTC::ConnectorDataListenerHolderT< DataType >::notifyIn(), RTC::ConnectorDataListenerHolder::notifyIn(), RTC::ConnectorDataListenerHolderT< DataType >::notifyOut(), RTC::ConnectorDataListenerHolder::notifyOut(), RTC::EventConnListener::operator()(), RTC::EventBinder0< FSM, TOP, R >::operator()(), RTC::ConnectorDataListenerT< DataType >::operator()(), RTC::Timestamp< DataType >::operator()(), and RTC::EventBinder1< FSM, TOP, R, P0 >::operator()().