|
|
|
@ -55,6 +55,7 @@ public:
@@ -55,6 +55,7 @@ public:
|
|
|
|
|
struct notify_flags_type { |
|
|
|
|
uint32_t initialising : 1; // 1 if initialising and copter should not be moved
|
|
|
|
|
uint32_t gps_status : 3; // 0 = no gps, 1 = no lock, 2 = 2d lock, 3 = 3d lock, 4 = dgps lock, 5 = rtk lock
|
|
|
|
|
uint32_t gps_num_sats : 6; // number of sats
|
|
|
|
|
uint32_t armed : 1; // 0 = disarmed, 1 = armed
|
|
|
|
|
uint32_t pre_arm_check : 1; // 0 = failing checks, 1 = passed
|
|
|
|
|
uint32_t pre_arm_gps_check : 1; // 0 = failing pre-arm GPS checks, 1 = passed
|
|
|
|
|