#include <Task.hpp>
| Task::Task |
( |
std::string const & |
name, |
|
|
RTT::ExecutionEngine * |
engine |
|
) |
| |
| Task::Task |
( |
std::string const & |
name = "camera_prosilica::Task" | ) |
|
| bool Task::configureCamera |
( |
| ) |
|
|
virtual |
| bool Task::configureHook |
( |
| ) |
|
This hook is called by Orocos when the state machine transitions from PreOperational to Stopped. 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
| camera::AccessMode camera_prosilica::Task::camera_access_mode |
|
protected |
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-drivers-orogen-camera-prosilica-0.20150302/tasks/Task.hpp
- /build/rock-master-18.09-drivers-orogen-camera-prosilica-0.20150302/tasks/Task.cpp