Add M command to monitor serial bytes
[fw/altos] / aoview / aoview.h
index 803bd4a538f186a37ac60ce71c3d356bc72d4d21..800349ec09c68ed9b1f1ce054e40dcd3e434a9b7 100644 (file)
@@ -69,7 +69,8 @@ struct aodata {
        int     flight_pres;
        int     ground_pres;
        int     nsat;
-       int     locked;
+       int     gps_locked;
+       int     gps_connected;
        struct {
                int hour;
                int minute;
@@ -122,6 +123,7 @@ struct aostate {
        double  pad_lon_total;
        double  pad_alt_total;
        int     npad;
+       int     prev_npad;
 
        double  distance;
        double  bearing;