1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

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
This commit is contained in:
edouard 2010-12-19 10:32:16 +00:00 committed by edouard
parent 7d084aca49
commit 3d0e90e266

View File

@ -68,7 +68,8 @@ public:
void init();
QIODevice *getCurrentConnection();
QIODevice *getCurrentConnection(); // NOTE: this is never implemented ??
devListItem getCurrentDevice() { return m_connectionDevice;}
bool disconnectDevice();
protected: