OpenRTM-aist  1.2.1
Public Member Functions | Public Attributes | List of all members
RTC::ConnectorInfo Class Reference

#include <ConnectorBase.h>

Collaboration diagram for RTC::ConnectorInfo:
Collaboration graph
[legend]

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...
 

Constructor & Destructor Documentation

RTC::ConnectorInfo::ConnectorInfo ( const char *  name_,
const char *  id_,
coil::vstring  ports_,
coil::Properties  properties_ 
)
inline

Constructor.

Constructor

Parameters
name_connection name
id_connection ID
ports_connection Ports
properties_connection properties
RTC::ConnectorInfo::ConnectorInfo ( )
inline

Constructor.

Constructor

Member Data Documentation

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

The documentation for this class was generated from the following file: