altosui: Make scan UI handle incremental telem data
authorKeith Packard <keithp@keithp.com>
Wed, 18 Jul 2012 07:01:51 +0000 (00:01 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 18 Jul 2012 07:01:51 +0000 (00:01 -0700)
commitf164e48cbeff521d45737794e2046a08322951d6
tree4ca4c9786519633212255e111f4f3efb7c9f7cd6
parenta698cd68968fc0be5f96b1729cdea2f65d2ccbf6
altosui: Make scan UI handle incremental telem data

The new telem format doesn't send everything in each telem packet, so
we need to handle updating information incrementally in the scan
results. This involved clearing old scan data when switching
frequencies and then updating existing entries with new data as it arrives.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosIdleMonitor.java
altoslib/AltosTelemetryReader.java
altosui/AltosScanUI.java