3 #ifndef CONTROLDEV_JOYSTICKTASK_TASK_HPP 4 #define CONTROLDEV_JOYSTICKTASK_TASK_HPP 6 #include "controldev/JoystickTaskBase.hpp" 20 JoystickTask(std::string
const& name =
"controldev::JoystickTask");
21 JoystickTask(std::string
const& name, RTT::ExecutionEngine* engine);
virtual int getFileDescriptor()
Definition: JoystickTask.cpp:44
JoystickTask(std::string const &name="controldev::JoystickTask")
Definition: JoystickTask.cpp:9
friend class JoystickTaskBase
Definition: JoystickTask.hpp:13
~JoystickTask()
Definition: JoystickTask.cpp:19
Definition: ControlDevTypes.hpp:8
Joystick * joystick
Definition: JoystickTask.hpp:15
bool configureHook()
This hook is called by Orocos when the state machine transitions from PreOperational to Stopped...
Definition: JoystickTask.cpp:28
virtual bool updateRawCommand(RawCommand &rcmd)
Definition: JoystickTask.cpp:49
A data structure for raw data values of input devices.
Definition: ControlDevTypes.hpp:27
Definition: JoystickTask.hpp:11
void updateHook()
This hook is called by Orocos when the state machine transitions from Stopped to Running.
Definition: JoystickTask.cpp:73