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)
* 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>

No differences found