ExecutionContext Factory class. More...
#include <rtm/ExecutionContextBase.h>#include <string>Go to the source code of this file.
Classes | |
| class | RTC::ECFactoryBase | 
| ECFactoryBase abstract class.  More... | |
| class | RTC::ECFactoryCXX | 
| ECFactoryCXX class.  More... | |
Namespaces | |
| namespace | RTC | 
RT-Component.  | |
Typedefs | |
| typedef ExecutionContextBase *(* | RTC::ECNewFunc )() | 
| typedef void(* | RTC::ECDeleteFunc )(ExecutionContextBase *ec) | 
Functions | |
| template<class _New > | |
| ExecutionContextBase * | RTC::ECCreate () | 
| Template function to create ExecutionContext.   | |
| template<class _Delete > | |
| void | RTC::ECDelete (ExecutionContextBase *ec) | 
| Template function to destroy 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