RT-Component factory class. [詳細]
#include <coil/Properties.h>
#include <rtm/NumberingPolicy.h>
構成 | |
class | RTC::FactoryBase |
FactoryBase 基底クラス. [詳細] | |
class | RTC::FactoryCXX |
FactoryCXX クラス. [詳細] | |
ネームスペース | |
namespace | RTC |
RTコンポーネント. | |
型定義 | |
typedef RTObject_impl *(* | RTC::RtcNewFunc )(Manager *manager) |
typedef void(* | RTC::RtcDeleteFunc )(RTObject_impl *rtc) |
関数 | |
template<class _New > | |
RTObject_impl * | RTC::Create (Manager *manager) |
RTコンポーネント生成用テンプレート関数. | |
template<class _Delete > | |
void | RTC::Delete (RTObject_impl *rtc) |
RTコンポーネント破棄用テンプレート関数. |
RT-Component factory class.
Copyright (C) 2003-2008 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.