3 #ifndef FIPA_SERVICES_ECHOTASK_TASK_HPP 4 #define FIPA_SERVICES_ECHOTASK_TASK_HPP 6 #include "fipa_services/EchoTaskBase.hpp" 36 EchoTask(std::string
const& name =
"fipa_services::EchoTask");
43 EchoTask(std::string
const& name, RTT::ExecutionEngine* engine);
~EchoTask()
Definition: EchoTask.cpp:18
void stopHook()
Definition: EchoTask.cpp:90
Definition: EchoTask.hpp:8
bool startHook()
Definition: EchoTask.cpp:36
friend class EchoTaskBase
Definition: EchoTask.hpp:26
void updateHook()
Definition: EchoTask.cpp:42
void cleanupHook()
Definition: EchoTask.cpp:94
bool configureHook()
The following lines are template definitions for the various state machine.
Definition: EchoTask.cpp:28
void errorHook()
Definition: EchoTask.cpp:86
EchoTask(std::string const &name="fipa_services::EchoTask")
Definition: EchoTask.cpp:8
std::string mAgentName
Definition: EchoTask.hpp:28
The task context provides and requires services. It uses an ExecutionEngine to perform its functions...
Definition: EchoTask.hpp:24