altosui: Support raw telemetry from TeleDongle
authorKeith Packard <keithp@keithp.com>
Tue, 28 Jun 2011 08:03:00 +0000 (01:03 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 28 Jun 2011 08:03:00 +0000 (01:03 -0700)
commit7fd9b8f720add559b262e81d61ededc9df16ca94
treeae32f830c27c99aacdfd6fb231e70a3ceee0f3ff
parentcb239b7161feea8646425b1f5788c3c82ae24321
altosui: Support raw telemetry from TeleDongle

Use raw telemetry frames when TeleDongle supports them, this involves
parsing the hex dump of the packet instead of having teledongle take
the packet apart. Only the legacy format is working at this point; the
altos bits for the new split telemetry frames is not written yet.

Signed-off-by: Keith Packard <keithp@keithp.com>
20 files changed:
altosui/Altos.java
altosui/AltosEepromIterable.java
altosui/AltosFile.java
altosui/AltosFlightUI.java
altosui/AltosGPS.java
altosui/AltosGPSSat.java [new file with mode: 0644]
altosui/AltosLog.java
altosui/AltosPreferences.java
altosui/AltosRecord.java
altosui/AltosSerial.java
altosui/AltosTelemetry.java
altosui/AltosTelemetryIterable.java
altosui/AltosTelemetryReader.java
altosui/AltosTelemetryRecord.java [new file with mode: 0644]
altosui/AltosTelemetryRecordGeneral.java [new file with mode: 0644]
altosui/AltosTelemetryRecordLegacy.java [new file with mode: 0644]
altosui/AltosTelemetryRecordRaw.java [new file with mode: 0644]
altosui/AltosTelemetryRecordSensor.java [new file with mode: 0644]
altosui/Makefile.am
configure.ac