From: Keith Packard Date: Tue, 27 Mar 2012 03:11:34 +0000 (-0700) Subject: altosui: Restructure telemetry classes to be more sane X-Git-Tag: 1.0.9.4~53 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=392a3107b9e9cc8c1ea51df6ff5ec54817adbc65;hp=392a3107b9e9cc8c1ea51df6ff5ec54817adbc65;p=fw%2Faltos 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 ---