Transmit computed ground pressure and acceleration values
[fw/altos] / aoview / aoview.h
index 7824491228a4eb10dfb834961ae2311df1404525..4abbde88839ca0c8bdd4420dc3ff0c62824b9cde 100644 (file)
@@ -58,6 +58,11 @@ struct aostate {
        int     batt;
        int     drogue;
        int     main;
+       int     flight_accel;
+       int     ground_accel;
+       int     flight_vel;
+       int     flight_pres;
+       int     ground_pres;
        int     nsat;
        int     locked;
        struct {