altosui: Start adding code to write csv files from eeprom/telem files
authorKeith Packard <keithp@keithp.com>
Sat, 7 Aug 2010 04:42:25 +0000 (00:42 -0400)
committerKeith Packard <keithp@keithp.com>
Sat, 7 Aug 2010 04:42:25 +0000 (00:42 -0400)
commitf317f1324b69b4241f4bb192e164b33d712d5a43
tree07e3d8168a7b8de1bffe4bef60a8c86db3e1d18f
parent4738cb2fc639adb1d9237e6c903479f0690dd81a
altosui: Start adding code to write csv files from eeprom/telem files

This is a start to code which can write out a csv file full of flight
data from either an eeprom or telem input file. It's not hooked up,
but the restructuring necessary is finished and the output is started.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/altosui/AltosCSV.java [new file with mode: 0644]
ao-tools/altosui/AltosEepromReader.java
ao-tools/altosui/AltosReader.java [new file with mode: 0644]
ao-tools/altosui/AltosRecord.java
ao-tools/altosui/AltosTelemetryReader.java [new file with mode: 0644]
ao-tools/altosui/AltosUI.java
ao-tools/altosui/Makefile