altoslib: Move temp GPS API from cal_data to data_listener
authorKeith Packard <keithp@keithp.com>
Sun, 22 Oct 2017 19:04:09 +0000 (14:04 -0500)
committerKeith Packard <keithp@keithp.com>
Sun, 22 Oct 2017 19:04:09 +0000 (14:04 -0500)
commit749400fd244eba38806c623d2a35722642230698
tree39f95bc777544c6bd80f71ba824b81133edf6379
parente98235e314ac764509af26c93da9e6d1de8184ea
altoslib: Move temp GPS API from cal_data to data_listener

This makes the API more consistent, and means that the listener is
responsible for mangaing the temp gps state. In particular, the
AltosDataListener set_gps API now calls the cal_data function.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 files changed:
altoslib/AltosCalData.java
altoslib/AltosDataListener.java
altoslib/AltosEepromDownload.java
altoslib/AltosEepromRecord.java
altoslib/AltosEepromRecordFull.java
altoslib/AltosEepromRecordMega.java
altoslib/AltosEepromRecordMetrum.java
altoslib/AltosFlightListener.java [deleted file]
altoslib/AltosFlightSeries.java
altoslib/AltosReplayReader.java
altoslib/AltosState.java
altoslib/AltosTelemetryLocation.java
altoslib/AltosTelemetrySatellite.java