OpenRTM-aist 2.0.2
Loading...
Searching...
No Matches
ECFactory.h File Reference

ExecutionContext Factory class. More...

#include <rtm/ExecutionContextBase.h>
#include <string>
Include dependency graph for ECFactory.h:
This graph shows which files directly or indirectly include this file:

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

using RTC::ECNewFunc = ExecutionContextBase* (*)()
 
using RTC::ECDeleteFunc = void (*)(ExecutionContextBase*)
 

Functions

template<class T_New >
ExecutionContextBaseRTC::ECCreate ()
 Template function to create ExecutionContext.
 
template<class T_Delete >
void RTC::ECDelete (ExecutionContextBase *ec)
 Template function to destroy ExecutionContext.
 

Detailed Description

ExecutionContext Factory class.

Date
Date
2007-12-31 03:08:03
Author
Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp

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.

$Id$