OpenRTM  1.0.0
Public メソッド | Public 変数 | すべてのメンバ一覧
クラス RTC::ConnectorInfo

ConnectorInfo クラス [詳細]

#include <ConnectorBase.h>

Public メソッド

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

Public 変数

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