diff options
author | Keith Packard <keithp@keithp.com> | 2009-11-14 22:24:37 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-11-14 22:24:37 -0800 |
commit | 4cffc9c4b079e39c8196ddbaf91129cda6df7f8b (patch) | |
tree | 624fbbd5e838da5fbb0676c9e1137a911e53a81e /ao-tools/lib/cc.h | |
parent | 0e0db8ca3af4c07bae909938486766c646bf580b (diff) |
Share telemetry parsing code in cc library.
ao-view had a private copy of the telemetry parsing code which
included the ability to parse the newer version of that file. Those
changes have been moved to the library version and the private copy removed.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/cc.h')
-rw-r--r-- | ao-tools/lib/cc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ao-tools/lib/cc.h b/ao-tools/lib/cc.h index b5f1132f..fd461e5c 100644 --- a/ao-tools/lib/cc.h +++ b/ao-tools/lib/cc.h @@ -252,6 +252,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; }; |