- Nov 06, 2020
-
-
Valentin Platzgummer authored
-
- Nov 04, 2020
-
-
Morton Lin authored
* fix issue of 'Error writing to QHostAddress("")' (cherry picked from commit 9450b97c94af8c4919151ae91e9c7601b74e95ad) * remove obsolete comments (cherry picked from commit 7ff3b0049b9f91f39f5e764c92058ba1c0484308) * add comment on why the additional condition check is required. (cherry picked from commit 149e19b7c90f178f8a7e8a544243ce7acd642fe8)
-
- Oct 20, 2020
-
-
Don Gagne authored
* Remove unneeded mutex * Cleanup LinkInterface, fix connect/disconnect bug
-
- Oct 18, 2020
-
-
Don Gagne authored
-
- Oct 07, 2020
-
-
Don Gagne authored
New VehicleLinkManager implementation
-
- Aug 15, 2020
-
-
DonLakeFlyer authored
Cherry pick UDPLink range for fixes from Stable
-
- Jul 27, 2020
-
-
DonLakeFlyer authored
Add mutex for _sessionTargets access. Remove range_for usage. General cleanup
-
- Jun 08, 2020
-
-
Jacob Dahl authored
-
- May 27, 2020
-
-
Jacob Dahl authored
Added a transmitOnly flag to UDP config. When enabled, the socket receive buffer is set to zero such that no data is ever received. Also updated the MavlinkSettings page such that new config settings respect the setting visibility.
-
- May 26, 2020
-
-
Jacob Dahl authored
Updated mavlink forwarding implementation to forward all mavlink messages received on all channels onto a single UDP port. A new mavlink forwarding UDP link is created if forwarding is enabled. The mavlink settings page now has a Fact checkbox for enabling forwarding and a fact text field for specifying the host name.
-
- May 20, 2020
-
-
Jacob Dahl authored
-
- Feb 01, 2020
-
-
Gus Grubba authored
-
- Aug 21, 2019
-
-
Pierre TILAK authored
To have both order from the GCS and drone messages in logs So that it's possible to analyze the complete exchange between QGC and the drone. - Add a signal emitted by writeBytes of each LinkInterface - Connect this signal to MAVLinkProtocol::logSentBytes in LinkManager - MAVLinkProtocol::logSentBytes will parse and log messages sent from QGC
-
- Aug 19, 2019
-
-
Tomaz Canabrava authored
qobject_cast is times faster dynamic_cast for objects that inherit QObject. also, use auto keyword to not duplicate class names.
-
- Aug 11, 2019
-
-
murata authored
-
- May 20, 2019
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Oct 24, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Jun 30, 2018
-
-
Vavooon authored
-
- Apr 18, 2018
-
-
Gus Grubba authored
Work around a new Windows issue where the call to list the local network interfaces takes for freaking ever to return, blocking the UDP thread altogether.
-
- Apr 16, 2018
-
-
DonLakeFlyer authored
-
- Apr 11, 2018
-
-
DonLakeFlyer authored
-
- Feb 08, 2018
-
-
Gus Grubba authored
-
- Feb 05, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Maintain a list of address/port pairs instead of a address/port map.
-
- Oct 23, 2017
-
-
DonLakeFlyer authored
-
- Jun 12, 2017
-
-
DonLakeFlyer authored
-
- May 01, 2017
-
-
DonLakeFlyer authored
-
- Jan 11, 2017
-
-
Sander Smeets authored
-
- Dec 30, 2016
-
-
Don Gagne authored
-
- Dec 26, 2016
-
-
Don Gagne authored
Prevent shutdown ordering crashes
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- May 03, 2016
-
-
Don Gagne authored
-
- Mar 25, 2016
-
-
Nate Weibley authored
-
Nate Weibley authored
-
Nate Weibley authored
This mechanism automatically queues data into the correct thread where necessary, otherwise the method is invoked directly with low overhead. At the same time remove the UDP socket event workaround. It is not a problem.
-
- Feb 04, 2016
-
-
dogmaphobic authored
-
- Jan 15, 2016
-
-
dogmaphobic authored
-
- Jan 05, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Dec 23, 2015
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/ Signed-off-by:
Anselmo L. S. Melo <anselmo.melo@intel.com>
-