From 3d0e90e26629cbae76ee8a5b1d26cbf834740921 Mon Sep 17 00:00:00 2001 From: edouard Date: Sun, 19 Dec 2010 10:32:16 +0000 Subject: [PATCH] OP-214 Extend connection manager to tell interested plugins about the current telemetry method. Used for SSP on the uploader plugin. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2252 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/plugins/coreplugin/connectionmanager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ground/src/plugins/coreplugin/connectionmanager.h b/ground/src/plugins/coreplugin/connectionmanager.h index a22ce5a82..8b2af5515 100644 --- a/ground/src/plugins/coreplugin/connectionmanager.h +++ b/ground/src/plugins/coreplugin/connectionmanager.h @@ -68,7 +68,8 @@ public: void init(); - QIODevice *getCurrentConnection(); + QIODevice *getCurrentConnection(); // NOTE: this is never implemented ?? + devListItem getCurrentDevice() { return m_connectionDevice;} bool disconnectDevice(); protected: