X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=aoview%2Faoview.h;h=800349ec09c68ed9b1f1ce054e40dcd3e434a9b7;hb=ddfa2308c0be4c002f982ae9da6032ee7854117d;hp=803bd4a538f186a37ac60ce71c3d356bc72d4d21;hpb=bfe1e76c82738baaf65abbc58c3244a07ea8fefe;p=fw%2Faltos diff --git a/aoview/aoview.h b/aoview/aoview.h index 803bd4a5..800349ec 100644 --- a/aoview/aoview.h +++ b/aoview/aoview.h @@ -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;