altosui: Split flight record out of telemetry class
authorKeith Packard <keithp@keithp.com>
Thu, 5 Aug 2010 17:50:18 +0000 (13:50 -0400)
committerKeith Packard <keithp@keithp.com>
Thu, 5 Aug 2010 17:50:18 +0000 (13:50 -0400)
commitd8bf05f7ad55964c9bce0551e58f4ef6c9f721ad
treefb6683cd1b832be828a82497b57f42e8db082b5d
parent85a670b5a904d6750d0f179ae307baeb8fc7cbd2
altosui: Split flight record out of telemetry class

This will permit either telemetry or eeprom data to be used to
construct the sequence of flight events for reply or data generation.

Signed-off-by: Keith Packard <keithp@keithp.com>
12 files changed:
ao-tools/altosui/AltosConvert.java
ao-tools/altosui/AltosEepromDownload.java
ao-tools/altosui/AltosEepromMonitor.java
ao-tools/altosui/AltosEepromReader.java [new file with mode: 0644]
ao-tools/altosui/AltosEepromRecord.java [new file with mode: 0644]
ao-tools/altosui/AltosGPS.java
ao-tools/altosui/AltosRecord.java [new file with mode: 0644]
ao-tools/altosui/AltosState.java
ao-tools/altosui/AltosTelemetry.java
ao-tools/altosui/AltosUI.java
ao-tools/altosui/Makefile
ao-tools/altosui/Manifest.txt