OpenRTM-aist 2.1.0
|
FactoryBase 基底クラス [詳解]
#include <Factory.h>
公開メンバ関数 | |
FactoryBase (const coil::Properties &profile) | |
コンストラクタ | |
virtual | ~FactoryBase () |
デストラクタ | |
virtual RTObject_impl * | create (Manager *mgr)=0 |
コンポーネントの生成 | |
virtual void | destroy (RTObject_impl *comp)=0 |
コンポーネントの破棄 | |
virtual coil::Properties & | profile () |
コンポーネントプロファイルの取得 | |
virtual int | number () |
現在のインスタンス数の取得 | |
限定公開変数類 | |
coil::Properties | m_Profile |
コンポーネントのプロファイル | |
int | m_Number |
現在のインスタンス数 | |
|
explicit |
コンストラクタ
コンストラクタ。
profile | コンポーネントのプロファイル |
|
virtual |
デストラクタ
|
pure virtual |
コンポーネントの生成
RT-Component のインスタンスを生成するための純粋仮想関数。
mgr | マネージャオブジェクト |
RTC::FactoryCXXで実装されています。
|
pure virtual |
|
virtual |
現在のインスタンス数の取得
コンポーネントの現在のインスタンス数を取得する。
|
virtual |
コンポーネントプロファイルの取得
コンポーネントのプロファイルを取得する
参照元 RTC::Manager::ModuleFactories::operator()(), RTC::Manager::FactoryPredicate::operator()().
|
protected |
現在のインスタンス数
|
protected |
コンポーネントのプロファイル