3 #ifndef CONTROLDEV_GENERICRAWTOMOTION2D_TASK_HPP 4 #define CONTROLDEV_GENERICRAWTOMOTION2D_TASK_HPP 6 #include "controldev/GenericRawToMotion2DBase.hpp" 35 GenericRawToMotion2D(std::string
const& name =
"controldev::GenericRawToMotion2D", TaskCore::TaskState initial_state = Stopped);
42 GenericRawToMotion2D(std::string
const& name, RTT::ExecutionEngine* engine, TaskCore::TaskState initial_state = Stopped);
bool startHook()
This hook is called by Orocos when the state machine transitions from Stopped to Running.
Definition: GenericRawToMotion2D.cpp:35
GenericRawToMotion2D(std::string const &name="controldev::GenericRawToMotion2D", TaskCore::TaskState initial_state=Stopped)
TaskContext constructor for GenericRawToMotion2D.
Definition: GenericRawToMotion2D.cpp:9
void stopHook()
This hook is called by Orocos when the state machine transitions from Running to Stopped after stop()...
Definition: GenericRawToMotion2D.cpp:78
bool configureHook()
This hook is called by Orocos when the state machine transitions from PreOperational to Stopped...
Definition: GenericRawToMotion2D.cpp:29
void updateHook()
This hook is called by Orocos when the component is in the Running state, at each activity step...
Definition: GenericRawToMotion2D.cpp:41
void errorHook()
This hook is called by Orocos when the component is in the RunTimeError state, at each activity step...
Definition: GenericRawToMotion2D.cpp:74
Definition: ControlDevTypes.hpp:8
friend class GenericRawToMotion2DBase
Definition: GenericRawToMotion2D.hpp:27
The task context provides and requires services. It uses an ExecutionEngine to perform its functions...
Definition: GenericRawToMotion2D.hpp:25
~GenericRawToMotion2D()
Default deconstructor of GenericRawToMotion2D.
Definition: GenericRawToMotion2D.cpp:19
void cleanupHook()
This hook is called by Orocos when the state machine transitions from Stopped to PreOperational, requiring the call to configureHook() before calling start() again.
Definition: GenericRawToMotion2D.cpp:82