1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/ground/src/plugins/ipconnection
corvus ff87e8bd79 IPConnection telemetry module: Rev 1342 introduced a serious deadlock bug due to incorrect usage of QReadLock where a QMutex should have been used.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1970 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-10-16 22:29:19 +00:00
..
ipconnection_dependencies.pri OP-87 Rename TCPtelemetryconnection to ipconnection to reflect recent changes and ability to connect via TCP or UDP 2010-06-28 00:28:30 +00:00
ipconnection_global.h More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts. 2010-07-16 10:33:27 +00:00
ipconnection_internal.h GCS/IPConnection: fixed a problem that was causing IP telemetry not to work on Windows, moved socket creation to the UAVTalk thread. Segfaults if you don't press "Disconnect" before closing the window! 2010-08-20 16:23:14 +00:00
IPconnection.pluginspec GCS/ipconnection: Rename ipconnection.pluginspec -> IPconnection.pluginspec Case matters on Linux. 2010-06-28 17:33:02 +00:00
ipconnection.pri OP-87 Rename TCPtelemetryconnection to ipconnection to reflect recent changes and ability to connect via TCP or UDP 2010-06-28 00:28:30 +00:00
ipconnection.pro GCS/IPConnection: fixed a problem that was causing IP telemetry not to work on Windows, moved socket creation to the UAVTalk thread. Segfaults if you don't press "Disconnect" before closing the window! 2010-08-20 16:23:14 +00:00
ipconnectionconfiguration.cpp GCS: Drop read support for binary plugin configuration. If you haven't converted your old ini yet, load it up once in a revision built from source before this change. 2010-09-22 19:57:02 +00:00
ipconnectionconfiguration.h GCS: Drop read support for binary plugin configuration. If you haven't converted your old ini yet, load it up once in a revision built from source before this change. 2010-09-22 19:57:02 +00:00
ipconnectionoptionspage.cpp More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts. 2010-07-16 10:33:27 +00:00
ipconnectionoptionspage.h More Doxygen for the ground side of things, a bit of a cleanup to removed some now unused parts. 2010-07-16 10:33:27 +00:00
ipconnectionoptionspage.ui OP-87 Rename TCPtelemetryconnection to ipconnection to reflect recent changes and ability to connect via TCP or UDP 2010-06-28 00:28:30 +00:00
ipconnectionplugin.cpp IPConnection telemetry module: Rev 1342 introduced a serious deadlock bug due to incorrect usage of QReadLock where a QMutex should have been used. 2010-10-16 22:29:19 +00:00
ipconnectionplugin.h GCS/IPConnection: fixed a problem that was causing IP telemetry not to work on Windows, moved socket creation to the UAVTalk thread. Segfaults if you don't press "Disconnect" before closing the window! 2010-08-20 16:23:14 +00:00