altosui: Generalize and centralize telemetry constants, parse v0.8 telemetry
authorKeith Packard <keithp@keithp.com>
Sun, 17 Jul 2011 00:38:00 +0000 (17:38 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 17 Jul 2011 00:48:51 +0000 (17:48 -0700)
commit941b90a4905e34936d24a25ca90ac04eb6f5a792
tree7a0e7000b813db31ab607fec4b781e4609839788
parent7ef786276b5d5c7d17c3fe4f36aa41db61a9742f
altosui: Generalize and centralize telemetry constants, parse v0.8 telemetry

Move telemetry constants to Altos class, adding functions to compute
names and lengths. Generalize users of these values to use all of the
known values.

Add support for v0.8 TeleMetrum telemetry

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/Altos.java
altosui/AltosFlightUI.java
altosui/AltosPreferences.java
altosui/AltosScanUI.java
altosui/AltosSerial.java
altosui/AltosTelemetryRecordLegacy.java
altosui/AltosTelemetryRecordRaw.java