From: Mike Beattie Date: Tue, 28 Aug 2012 05:35:11 +0000 (+1200) Subject: altosdroid: Add new "TelemetryReader" class to handle Telemetry X-Git-Tag: 1.1~47^2~17 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=03563c765d8b0ab3689c91b2b533c68e11650577;hp=03563c765d8b0ab3689c91b2b533c68e11650577;p=fw%2Faltos 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 ---