altosui: Restructure telemetry classes to be more sane
authorKeith Packard <keithp@keithp.com>
Tue, 27 Mar 2012 03:11:34 +0000 (20:11 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 27 Mar 2012 03:11:34 +0000 (20:11 -0700)
commit392a3107b9e9cc8c1ea51df6ff5ec54817adbc65
treebf1020049df2f012bb44edc4ecd857fc18ecac7e
parent77639dae0fb9975219c2e211ea6dd6c7965eeea2
altosui: Restructure telemetry classes to be more sane

 * Make AltosTelemetryRecord be a class, rather than an interface.

 * Inherit from this for AltosTelemetryRecordLegacy and
   AltosTelemetryRecordRaw.

 * Remove bogus AltosTelemetryRecordGeneral class.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosTelemetry.java
altosui/AltosTelemetryRecord.java
altosui/AltosTelemetryRecordGeneral.java [deleted file]
altosui/AltosTelemetryRecordLegacy.java
altosui/AltosTelemetryRecordRaw.java
altosui/Makefile.am