OpenRTM-aist  1.1.2
公開メンバ関数 | 公開変数類 | 全メンバ一覧
RTC::ConnectorInfo クラス

ConnectorInfo クラス [詳解]

#include <ConnectorBase.h>

公開メンバ関数

 ConnectorInfo (const char *name_, const char *id_, coil::vstring ports_, coil::Properties properties_)
 コンストラクタ [詳解]
 
 ConnectorInfo ()
 コンストラクタ [詳解]
 

公開変数類

std::string name
 接続名前 [詳解]
 
std::string id
 接続ID [詳解]
 
coil::vstring ports
 接続ポートIOR [詳解]
 
coil::Properties properties
 プロパティ [詳解]
 

詳解

ConnectorInfo クラス

ConnectorInfo class.

構築子と解体子

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

コンストラクタ

コンストラクタ

引数
name_接続名前
id_接続ID
ports_接続ポートIOR
properties_プロパティ
RTC::ConnectorInfo::ConnectorInfo ( )
inline

コンストラクタ

コンストラクタ

メンバ詳解

std::string RTC::ConnectorInfo::id

接続ID

std::string RTC::ConnectorInfo::name

接続名前

coil::vstring RTC::ConnectorInfo::ports

接続ポートIOR

coil::Properties RTC::ConnectorInfo::properties