#include <Component.hpp>
Public Member Functions | |
ComponentFactoryLoader (std::string type_name) | |
ComponentFactoryLoader (std::string type_name) | |
Static Public Member Functions | |
static RTT::TaskContext * | createComponent (std::string instance_name) |
static RTT::TaskContext * | createComponent (std::string instance_name) |
A helper class storing a single component factory in case of static library deployments.
Definition at line 82 of file install/include/orocos/ocl/Component.hpp.
OCL::ComponentFactoryLoader< C >::ComponentFactoryLoader | ( | std::string | type_name | ) | [inline] |
Definition at line 85 of file install/include/orocos/ocl/Component.hpp.
OCL::ComponentFactoryLoader< C >::ComponentFactoryLoader | ( | std::string | type_name | ) | [inline] |
Definition at line 85 of file ocl/Component.hpp.
static RTT::TaskContext* OCL::ComponentFactoryLoader< C >::createComponent | ( | std::string | instance_name | ) | [inline, static] |
Definition at line 90 of file ocl/Component.hpp.
static RTT::TaskContext* OCL::ComponentFactoryLoader< C >::createComponent | ( | std::string | instance_name | ) | [inline, static] |
Definition at line 90 of file install/include/orocos/ocl/Component.hpp.