![]() |
DUNE: Uniform Navigational Environment
2.3.0
|
Public Member Functions | |
Task (const std::string &name, Tasks::Context &ctx) | |
void | onResourceAcquisition (void) |
void | consume (const IMC::CameraZoom *msg) |
void | onMain (void) |
Public Attributes | |
SerialPort * | m_uart |
IMC::CameraZoom | m_last_msg |
fp64_t | m_last_stop |
Arguments | m_args |
|
inline |
|
inline |
References m_last_msg, and m_uart.
|
inline |
|
inline |
Arguments Actuators::ROSInspector::Task::m_args |
Task arguments.
Referenced by onResourceAcquisition(), and Task().
IMC::CameraZoom Actuators::ROSInspector::Task::m_last_msg |
fp64_t Actuators::ROSInspector::Task::m_last_stop |
Last stop.
SerialPort* Actuators::ROSInspector::Task::m_uart |
Serial port.
Referenced by consume(), and onResourceAcquisition().