42 #ifndef COMMANDER_HELPER_H_ 43 #define COMMANDER_HELPER_H_
bool is_multirotor(const struct vehicle_status_s *current_status)
bool is_fixed_wing(const struct vehicle_status_s *current_status)
API for the uORB lightweight object broker.
void tune_failsafe(bool use_buzzer)
LED driver API to control the onboard LED(s) via ioctl() interface.
bool is_vtol(const struct vehicle_status_s *current_status)
void set_tune_override(int tune)
void tune_neutral(bool use_buzzer)
Blink white LED and play neutral tune (if use_buzzer == true).
void tune_positive(bool use_buzzer)
Blink green LED and play positive tune (if use_buzzer == true).
Led device API to control the external LED(s) via uORB interface.
bool is_vtol_tailsitter(const struct vehicle_status_s *current_status)
void rgbled_set_color_and_mode(uint8_t color, uint8_t mode)
set the LED color & mode
void tune_negative(bool use_buzzer)
Blink red LED and play negative tune (if use_buzzer == true).
bool is_rotary_wing(const struct vehicle_status_s *current_status)
void tune_mission_fail(bool use_buzzer)
void tune_mission_ok(bool use_buzzer)
bool is_ground_rover(const struct vehicle_status_s *current_status)
void tune_home_set(bool use_buzzer)