altosui: Only update GPS data when new GPS information arrives
authorKeith Packard <keithp@keithp.com>
Thu, 27 Oct 2011 07:49:23 +0000 (00:49 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 27 Oct 2011 07:49:23 +0000 (00:49 -0700)
commit0669f0d74fc24c4f1925a45a9975b7a49a65b692
tree5b2bef044755a081f1edce5fd27f31edb2f8ab88
parentc7e14a2750d437e8b77d68a944a0711e7a0c882b
altosui: Only update GPS data when new GPS information arrives

Track which telemetry packets are actually producing new GPS
information and only update the GPS average position and count of
stable GPS reports with new GPS info, instead of on every telemetry packet.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosEepromIterable.java
altosui/AltosRecord.java
altosui/AltosState.java
altosui/AltosTelemetryRecordLegacy.java
altosui/AltosTelemetryRecordLocation.java