Orocos Real-Time Toolkit  2.9.0
Public Member Functions | Static Public Member Functions | List of all members
RTT::ComponentFactoryLoader< C > Class Template Reference

A helper class storing a single component factory in case of static library deployments. More...

#include <rtt/Component.hpp>

Public Member Functions

 ComponentFactoryLoader (std::string type_name)
 

Static Public Member Functions

static TaskContextcreateComponent (std::string instance_name)
 

Detailed Description

template<class C>
class RTT::ComponentFactoryLoader< C >

A helper class storing a single component factory in case of static library deployments.

Definition at line 79 of file Component.hpp.

Constructor & Destructor Documentation

template<class C >
RTT::ComponentFactoryLoader< C >::ComponentFactoryLoader ( std::string  type_name)
inline

Definition at line 82 of file Component.hpp.

References RTT::ComponentFactories::Instance().

Member Function Documentation

template<class C >
static TaskContext* RTT::ComponentFactoryLoader< C >::createComponent ( std::string  instance_name)
inlinestatic

Definition at line 87 of file Component.hpp.


The documentation for this class was generated from the following file: