altosui: Deal with telem data that goes backwards in time
authorKeith Packard <keithp@keithp.com>
Sun, 9 Oct 2011 16:55:04 +0000 (10:55 -0600)
committerKeith Packard <keithp@keithp.com>
Sun, 9 Oct 2011 17:09:11 +0000 (11:09 -0600)
commit5c82b07471f017171c58a6968adf79901f46a987
treee41009d4a56561a495d979dfbf6fd8c3f0a72e0c
parent636b7b368e67346b0796cd84fbfd71e10966d61f
altosui: Deal with telem data that goes backwards in time

The new telemetry stuff can send packets with older timestamps, so
sort telem packets read from disk to create an in-order record of the flight.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosRecord.java
altosui/AltosTelemetryIterable.java
altosui/AltosTelemetryRecordRaw.java