X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Flib%2Fcc.h;h=bdeeaaf5e6ad2000b953aa798615052d9124161e;hp=b8e3c061140f764699174cda0ba92fd55323d9c7;hb=8065b8146a31438e66f83c13b99281ec47439a73;hpb=3ee279ba76c2a79d142c466f19ef758cf4c01d70 diff --git a/ao-tools/lib/cc.h b/ao-tools/lib/cc.h index b8e3c061..bdeeaaf5 100644 --- a/ao-tools/lib/cc.h +++ b/ao-tools/lib/cc.h @@ -86,6 +86,10 @@ struct cc_timedata { struct cc_gpselt { double time; + int hour; + int minute; + int second; + int flags; double lat; double lon; double alt; @@ -103,7 +107,6 @@ struct cc_gpselt { struct cc_gpssat { double time; uint16_t svid; - uint8_t state; uint8_t c_n; }; @@ -150,6 +153,7 @@ struct cc_flightraw { int serial; double ground_accel; double ground_pres; + int year, month, day; struct cc_timedata accel; struct cc_timedata pres; struct cc_timedata temp; @@ -192,6 +196,9 @@ struct cc_flightcooked { struct cc_gps_time { + int year; + int month; + int day; int hour; int minute; int second;