auv_control
MotionCommand2DConverter.hpp
Go to the documentation of this file.
1 /* Generated from orogen/lib/orogen/templates/tasks/Task.hpp */
2 
3 #ifndef AUV_CONTROL_MOTIONCOMMAND2DCONVERTER_TASK_HPP
4 #define AUV_CONTROL_MOTIONCOMMAND2DCONVERTER_TASK_HPP
5 
6 #include "auv_control/MotionCommand2DConverterBase.hpp"
7 
8 namespace auv_control {
9 
24  class MotionCommand2DConverter : public MotionCommand2DConverterBase
25  {
27  protected:
28 
29 
30 
31  public:
35  MotionCommand2DConverter(std::string const& name = "auv_control::MotionCommand2DConverter");
36 
42  MotionCommand2DConverter(std::string const& name, RTT::ExecutionEngine* engine);
43 
47 
48  void updateHook();
49  };
50 }
51 
52 #endif
53 
Definition: 6dControl.hpp:12
~MotionCommand2DConverter()
Definition: MotionCommand2DConverter.cpp:17
void updateHook()
The following lines are template definitions for the various state machine.
Definition: MotionCommand2DConverter.cpp:27
The task context provides and requires services. It uses an ExecutionEngine to perform its functions...
Definition: MotionCommand2DConverter.hpp:24
MotionCommand2DConverter(std::string const &name="auv_control::MotionCommand2DConverter")
Definition: MotionCommand2DConverter.cpp:7
friend class MotionCommand2DConverterBase
Definition: MotionCommand2DConverter.hpp:26