APM:Libraries
|
buzzer_flag_type - bitmask of current state and ap_notify states we track More...
Public Attributes | |
uint8_t | on: 1 |
uint8_t | arming: 1 |
uint8_t | armed: 1 |
uint8_t | failsafe_battery: 1 |
uint8_t | ekf_bad: 1 |
buzzer_flag_type - bitmask of current state and ap_notify states we track
uint8_t Buzzer::buzzer_flag_type::armed |
Definition at line 66 of file Buzzer.h.
Referenced by Buzzer::init(), and Buzzer::update().
uint8_t Buzzer::buzzer_flag_type::ekf_bad |
Definition at line 68 of file Buzzer.h.
Referenced by Buzzer::update().
uint8_t Buzzer::buzzer_flag_type::failsafe_battery |
Definition at line 67 of file Buzzer.h.
Referenced by Buzzer::init().
uint8_t Buzzer::buzzer_flag_type::on |
Definition at line 64 of file Buzzer.h.
Referenced by Buzzer::on().