- 28 Apr, 2015 1 commit
-
-
Don Gagne authored
-
- 18 Apr, 2015 1 commit
-
-
dogmaphobic authored
-
- 28 Mar, 2015 1 commit
-
-
Don Gagne authored
Link ids were being used interchangeably with the mavlink channel for the link. Link ids handed out as a numerically increasing integer. Once the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break loose and cause memory corruption.
-
- 22 Mar, 2015 1 commit
-
-
Don Gagne authored
Also many LinkManager API changes to further isolate all link management inside LinkManager.
-
- 20 Feb, 2015 1 commit
-
-
dogmaphobic authored
-
- 18 Feb, 2015 1 commit
-
-
dogmaphobic authored
-
- 13 Feb, 2015 2 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-
- 26 Dec, 2014 1 commit
-
-
Don Gagne authored
Now works for more than Serial links
-
- 12 Dec, 2014 1 commit
-
-
Don Gagne authored
Plus a large number of other changes to allow for orderly shutdown of objects without crashes or asserts. This is need for unit tests to create/delete global state around every test.
-
- 11 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 10 Dec, 2014 1 commit
-
-
Don Gagne authored
-
- 27 Nov, 2014 2 commits
- 26 Nov, 2014 1 commit
-
-
Don Gagne authored
- allow unit tests to use QGCApplication - clear global singletons for each unit test run
-
- 24 Nov, 2014 1 commit
-
-
Don Gagne authored
Centralize all connecting and disconnecting of links through LinkManager::[Connect|Disconnect]Link api. Connect/Disconnect no longer allowed through LinkInterface. This allows creation of new LinkManager::setConnections[Suspended|Allowed] methods to disallow connections as needed.
-
- 19 May, 2014 1 commit
-
-
Lorenz Meier authored
-
- 01 Aug, 2013 1 commit
-
-
Lorenz Meier authored
-
- 10 Jun, 2013 1 commit
-
-
Bryant authored
The details on the success/errors for the MAVLink protocols are now shown for each link as tooltips that are updated every 5s. Values are currently wrong and unsure why as of yet.
-
- 09 Jun, 2013 1 commit
-
-
Bryant authored
The details on the success/errors for the MAVLink protocols are now shown for each link as tooltips that are updated every 5s. Values are currently wrong and unsure why as of yet.
-
- 21 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 30 Mar, 2011 1 commit
-
-
James Goppert authored
-
- 12 Feb, 2011 1 commit
-
-
lm authored
-
- 19 Jan, 2011 1 commit
-
-
pixhawk authored
-
- 21 Dec, 2010 1 commit
-
-
lm authored
Significantly bugfixed persistence and link adding/removal. Not yet fully there, but getting closer to release
-
- 15 Dec, 2010 1 commit
-
-
Brandon Wampler authored
-
- 19 Aug, 2010 1 commit
-
-
pixhawk authored
Cleaned up communication structure significantly, should now be easier to add new links. Signal bytesReceived(link, QByteArray) is now only way to pass on newly received data
-
- 03 Apr, 2010 1 commit
-
-
pixhawk authored
-