Add simple post-flight analysis tool (ao-postflight)
authorKeith Packard <keithp@keithp.com>
Sun, 6 Sep 2009 05:03:31 +0000 (22:03 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 6 Sep 2009 05:03:31 +0000 (22:03 -0700)
commitc46e832b28820d7c5be4efaacbbd7c0607927fe5
treebd312fdc625042c824a438573d242bc90ebee70e
parent26f56b51bd11aa91f1d77b81827b49c28cb6ec5f
Add simple post-flight analysis tool (ao-postflight)

This tool reads either an eeprom or telem log file and displays some
rudimentary data (max accel/alt for each flight stage).

Signed-off-by: Keith Packard <keithp@keithp.com>
15 files changed:
.gitignore
ao-tools/Makefile.am
ao-tools/ao-dumplog/ao-dumplog.c
ao-tools/ao-postflight/Makefile.am [new file with mode: 0644]
ao-tools/ao-postflight/ao-postflight.1 [new file with mode: 0644]
ao-tools/ao-postflight/ao-postflight.c [new file with mode: 0644]
ao-tools/lib/Makefile.am
ao-tools/lib/cc-analyse.c [new file with mode: 0644]
ao-tools/lib/cc-convert.c [new file with mode: 0644]
ao-tools/lib/cc-log.c [new file with mode: 0644]
ao-tools/lib/cc-logfile.c [new file with mode: 0644]
ao-tools/lib/cc-telem.c [new file with mode: 0644]
ao-tools/lib/cc-util.c
ao-tools/lib/cc.h
configure.ac