altosdroid: Add new "TelemetryReader" class to handle Telemetry
authorMike Beattie <mike@ethernal.org>
Tue, 28 Aug 2012 05:35:11 +0000 (17:35 +1200)
committerMike Beattie <mike@ethernal.org>
Tue, 28 Aug 2012 05:35:11 +0000 (17:35 +1200)
commit03563c765d8b0ab3689c91b2b533c68e11650577
treeec341cecae0f7f9a82dee10e15c4a412e64513cc
parented653a1e6dc8884cb171af1406fd0999ef125a4d
altosdroid: Add new "TelemetryReader" class to handle Telemetry

* Add MSG_TELEMETRY messages to both AltosDroid and TelemetryService
  to handle passing of AltosState object all the way back to the UI.
* Remove linkedblockinglist from TelemetryService
* (MSG_TELEMETRY is a rename of MSG_INCOMING_TELEM in AltosDroid)
* commented code in case statement inside AltosDroind - won't work with
  the objects it is currently passed.
* Add new "MSG_DEVCONFIG" message to AltosDroid - allows TelemetryService
  to pass information about the connected device back to the UI.

Signed-off-by: Mike Beattie <mike@ethernal.org>
altosdroid/src/org/altusmetrum/AltosDroid/AltosDroid.java
altosdroid/src/org/altusmetrum/AltosDroid/TelemetryReader.java [new file with mode: 0644]
altosdroid/src/org/altusmetrum/AltosDroid/TelemetryService.java