altoslib,altosuilib,altosui: log_format/device_type TeleGPS selects stateless
authorKeith Packard <keithp@keithp.com>
Mon, 2 Oct 2017 23:55:18 +0000 (16:55 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 2 Oct 2017 23:55:18 +0000 (16:55 -0700)
commitde2b6ec1cdfd48c948bff7edbfe2540440429b1b
treeaa9754d515f020a6992ff4787e936be466bc9799
parent322c1abead39cb398380dff384cd274c19dd81dd
altoslib,altosuilib,altosui: log_format/device_type TeleGPS selects stateless

When the device being analyzed has no flight state, we want to use the
'stateless' state so that the UI can display reasonable
information. This bit was lost in the recent AltosState shuffle and
this patch brings it back.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosCalData.java
altoslib/AltosDataListener.java
altoslib/AltosEepromRecord.java
altoslib/AltosEepromRecordSet.java
altoslib/AltosFlightSeries.java
altoslib/AltosState.java
altoslib/AltosTelemetry.java
altoslib/AltosTelemetryConfiguration.java
altoslib/AltosTelemetryFile.java
altoslib/AltosTelemetryReader.java