Add flight number to telemetry stream.
[fw/altos] / ao-tools / lib / cc.h
index b5f1132fcc1e4d6ac28f2b4b1e696780e93b981c..b8e3c061140f764699174cda0ba92fd55323d9c7 100644 (file)
@@ -238,6 +238,7 @@ struct cc_gps_tracking {
 struct cc_telem {
        char    callsign[16];
        int     serial;
+       int     flight;
        int     rssi;
        char    state[16];
        int     tick;
@@ -252,6 +253,8 @@ struct cc_telem {
        int     flight_vel;
        int     flight_pres;
        int     ground_pres;
+       int     accel_plus_g;
+       int     accel_minus_g;
        struct cc_gps   gps;
        struct cc_gps_tracking  gps_tracking;
 };