PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Member Functions | |
void | set (const led_control_s &led_control) |
void | reset () |
bool | is_valid () const |
Public Attributes | |
uint8_t | color |
uint8_t | mode |
uint8_t | num_blinks |
uint8_t | priority = led_control_s::MAX_PRIORITY + 1 |
|
inline |
Definition at line 124 of file led.h.
Referenced by LedController::update().
|
inline |
Definition at line 113 of file led.h.
References led_control_s::color, led_control, led_control_s::mode, led_control_s::num_blinks, and led_control_s::priority.
Referenced by LedController::update().
uint8_t LedController::NextState::color |
Definition at line 108 of file led.h.
Referenced by LedController::PerLedData::apply_next_state().
uint8_t LedController::NextState::mode |
Definition at line 109 of file led.h.
Referenced by LedController::PerLedData::apply_next_state().
uint8_t LedController::NextState::num_blinks |
Definition at line 110 of file led.h.
Referenced by LedController::PerLedData::apply_next_state().
uint8_t LedController::NextState::priority = led_control_s::MAX_PRIORITY + 1 |
Definition at line 111 of file led.h.
Referenced by LedController::PerLedData::apply_next_state(), and LedController::update().