Add M command to monitor serial bytes
[fw/altos] / aoview / aoview.h
index ac64833fb3e301d9ab1f27ec461da39166b207ca..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;
@@ -226,7 +228,7 @@ void
 aoview_table_start(void);
 
 void
-aoview_table_add_row(char *label, char *format, ...);
+aoview_table_add_row(int column, char *label, char *format, ...);
 
 void
 aoview_table_finish(void);