#include <SteeringWheelTask.hpp>
| SteeringWheelTask::SteeringWheelTask |
( |
std::string const & |
name = "controldev::SteeringWheelTask" | ) |
|
| SteeringWheelTask::SteeringWheelTask |
( |
std::string const & |
name, |
|
|
RTT::ExecutionEngine * |
engine |
|
) |
| |
| SteeringWheelTask::~SteeringWheelTask |
( |
| ) |
|
| bool SteeringWheelTask::configureHook |
( |
| ) |
|
This hook is called by Orocos when the state machine transitions from PreOperational to Stopped.
The following lines are template definitions for the various state machine.
If it returns false, then the component will stay in PreOperational. Otherwise, it goes into Stopped.
It is meaningful only if the #needs_configuration has been specified in the task context definition with (for example):
task_context "TaskName" do needs_configuration ... end
| int SteeringWheelTask::getFileDescriptor |
( |
| ) |
|
|
protectedvirtual |
| bool SteeringWheelTask::updateRawCommand |
( |
RawCommand & |
rcmd | ) |
|
|
protectedvirtual |
| friend class SteeringWheelTaskBase |
|
friend |
| LogitechG27* controldev::SteeringWheelTask::steerControl |
|
protected |
The documentation for this class was generated from the following files: