ExecutionContext Factory class. [詳細]
#include <rtm/ExecutionContextBase.h>#include <string>構成 | |
| class | RTC::ECFactoryBase |
| ECFactoryBase 抽象クラス. [詳細] | |
| class | RTC::ECFactoryCXX |
| ECFactoryCXX クラス. [詳細] | |
ネームスペース | |
| namespace | RTC |
RTコンポーネント. | |
型定義 | |
| typedef ExecutionContextBase *(* | RTC::ECNewFunc )() |
| typedef void(* | RTC::ECDeleteFunc )(ExecutionContextBase *ec) |
関数 | |
| template<class _New > | |
| ExecutionContextBase * | RTC::ECCreate () |
| ExecutionContext生成用テンプレート関数. | |
| template<class _Delete > | |
| void | RTC::ECDelete (ExecutionContextBase *ec) |
| ExecutionContext破棄用テンプレート関数. | |
ExecutionContext Factory class.
Copyright (C) 2007-2008 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
1.6.3