auv_control
ConstantCommand.hpp
Go to the documentation of this file.
1 /* Generated from orogen/lib/orogen/templates/tasks/Task.hpp */
2 
3 #ifndef AUV_CONTROL_CONSTANTCOMMAND_TASK_HPP
4 #define AUV_CONTROL_CONSTANTCOMMAND_TASK_HPP
5 
6 #include "auv_control/ConstantCommandBase.hpp"
7 
8 namespace auv_control {
9 
24  class ConstantCommand : public ConstantCommandBase
25  {
26  friend class ConstantCommandBase;
27  protected:
28 
29 
30 
31  public:
36  ConstantCommand(std::string const& name = "auv_control::ConstantCommand", TaskCore::TaskState initial_state = Stopped);
37 
43  ConstantCommand(std::string const& name, RTT::ExecutionEngine* engine, TaskCore::TaskState initial_state = Stopped);
44 
48 
63  bool configureHook();
64 
70  bool startHook();
71 
86  void updateHook();
87 
94  void errorHook();
95 
99  void stopHook();
100 
105  void cleanupHook();
106  };
107 }
108 
109 #endif
110 
Definition: 6dControl.hpp:12
void errorHook()
Definition: ConstantCommand.cpp:46
bool startHook()
Definition: ConstantCommand.cpp:33
bool configureHook()
The following lines are template definitions for the various state machine.
Definition: ConstantCommand.cpp:27
The task context provides and requires services. It uses an ExecutionEngine to perform its functions...
Definition: ConstantCommand.hpp:24
~ConstantCommand()
Definition: ConstantCommand.cpp:17
void cleanupHook()
Definition: ConstantCommand.cpp:54
ConstantCommand(std::string const &name="auv_control::ConstantCommand", TaskCore::TaskState initial_state=Stopped)
Definition: ConstantCommand.cpp:7
friend class ConstantCommandBase
Definition: ConstantCommand.hpp:26
void updateHook()
Definition: ConstantCommand.cpp:39
void stopHook()
Definition: ConstantCommand.cpp:50