RT-Component factory class. More...
#include <coil/Properties.h>#include <rtm/NumberingPolicy.h>Go to the source code of this file.
Classes | |
| class | RTC::FactoryBase |
| FactoryBase base class. More... | |
| class | RTC::FactoryCXX |
| FactoryCXX class. More... | |
Namespaces | |
| namespace | RTC |
RT-Component. | |
Typedefs | |
| typedef RTObject_impl *(* | RTC::RtcNewFunc )(Manager *manager) |
| typedef void(* | RTC::RtcDeleteFunc )(RTObject_impl *rtc) |
Functions | |
| template<class _New > | |
| RTObject_impl * | RTC::Create (Manager *manager) |
| Template function to create RT-Components. | |
| template<class _Delete > | |
| void | RTC::Delete (RTObject_impl *rtc) |
| Template function to destroy RT-Components. | |
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.
1.6.3