ExecutionContext Factory class. More...
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 void(* | RTC::ECDeleteFunc )(ExecutionContextBase *ec) |
typedef ExecutionContextBase *(* | RTC::ECNewFunc )() |
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.
Definition in file ECFactory.h.