altoslib,altosuilib,altosui: Get stats and replay working again.
authorKeith Packard <keithp@keithp.com>
Fri, 26 May 2017 07:20:17 +0000 (00:20 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 26 May 2017 07:20:17 +0000 (00:20 -0700)
commit2e82051a6aaaccf1e8a242f9c8141e4167e652d2
treec0f9642d04f28850c9d60a07266f36c685452fef
parent222158581887b5f9e8b9843d14321c313fa023fa
altoslib,altosuilib,altosui: Get stats and replay working again.

Stats are really easy with all of the data in memory.
Replay takes a special thread to run the data and dump it into a
single state.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosEepromRecordMega.java
altoslib/AltosFlightReader.java
altoslib/AltosFlightSeries.java
altoslib/AltosFlightStats.java
altoslib/AltosReplayReader.java
altoslib/AltosTelemetryFile.java
altoslib/AltosTimeSeries.java
altosui/AltosFlightUI.java
altosui/AltosUI.java
altosuilib/AltosDisplayThread.java