trajectory_generation
RMLJointVelocityTask.hpp
Go to the documentation of this file.
1 /* Generated from orogen/lib/orogen/templates/tasks/Task.hpp */
2 
3 #ifndef TRAJECTORY_GENERATION_RMLJOINTVELOCITYTASK_TASK_HPP
4 #define TRAJECTORY_GENERATION_RMLJOINTVELOCITYTASK_TASK_HPP
5 
6 #include "trajectory_generation/RMLJointVelocityTaskBase.hpp"
7 
8 namespace trajectory_generation{
9 class RMLJointVelocityTask : public RMLJointVelocityTaskBase
10 {
12 
13 public:
14  RMLJointVelocityTask(std::string const& name = "trajectory_generation::RMLJointVelocityTask") : RMLJointVelocityTaskBase(name){}
15  RMLJointVelocityTask(std::string const& name, RTT::ExecutionEngine* engine) : RMLJointVelocityTaskBase(name, engine){}
17  bool configureHook(){return RMLJointVelocityTaskBase::configureHook();}
18  bool startHook(){return RMLJointVelocityTaskBase::startHook();}
19  void updateHook(){RMLJointVelocityTaskBase::updateHook();}
20  void errorHook(){RMLJointVelocityTaskBase::errorHook();}
21  void stopHook(){RMLJointVelocityTaskBase::stopHook();}
22  void cleanupHook(){RMLJointVelocityTaskBase::cleanupHook();}
23 };
24 }
25 
26 #endif
27 
bool startHook()
Definition: RMLJointVelocityTask.hpp:18
void updateHook()
Definition: RMLJointVelocityTask.hpp:19
RMLJointVelocityTask(std::string const &name, RTT::ExecutionEngine *engine)
Definition: RMLJointVelocityTask.hpp:15
void stopHook()
Definition: RMLJointVelocityTask.hpp:21
void errorHook()
Definition: RMLJointVelocityTask.hpp:20
~RMLJointVelocityTask()
Definition: RMLJointVelocityTask.hpp:16
RMLJointVelocityTask(std::string const &name="trajectory_generation::RMLJointVelocityTask")
Definition: RMLJointVelocityTask.hpp:14
Definition: Conversions.cpp:4
Definition: RMLJointVelocityTask.hpp:9
friend class RMLJointVelocityTaskBase
Definition: RMLJointVelocityTask.hpp:11
bool configureHook()
Definition: RMLJointVelocityTask.hpp:17
void cleanupHook()
Definition: RMLJointVelocityTask.hpp:22