#include <SliderboxTask.hpp>
| SliderboxTask::SliderboxTask |
( |
std::string const & |
name = "controldev::SliderboxTask" | ) |
|
| SliderboxTask::SliderboxTask |
( |
std::string const & |
name, |
|
|
RTT::ExecutionEngine * |
engine |
|
) |
| |
| SliderboxTask::~SliderboxTask |
( |
| ) |
|
| bool SliderboxTask::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 SliderboxTask::getFileDescriptor |
( |
| ) |
|
|
protectedvirtual |
| bool SliderboxTask::updateRawCommand |
( |
RawCommand & |
rcmd | ) |
|
|
protectedvirtual |
| friend class SliderboxTaskBase |
|
friend |
| SliderBox* controldev::SliderboxTask::sliderBox |
|
protected |
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-drivers-orogen-controldev-0.20180522/tasks/SliderboxTask.hpp
- /build/rock-master-18.09-drivers-orogen-controldev-0.20180522/tasks/SliderboxTask.cpp