- 20 Sep, 2010 1 commit
-
-
Bryan Godbolt authored
I added the ability for the parser to pack an array of any mavlink standard type. This will allow array types to be specified for mavlink messages without using the type="array" syntax. I also changed how a bunch of the strings were constructed to more closely conform to the coding style guidelines by reducing the number of implicit copy constructor calls
-
- 14 Sep, 2010 1 commit
-
-
Bryan Godbolt authored
-
- 13 Sep, 2010 2 commits
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- 03 Sep, 2010 3 commits
-
-
Bryan Godbolt authored
Changed NUM_OUTPUT_SIGNALS to an const unsigned short from a #define and moved its definition into OpalRT.h from OpalLink.h so that the configuration would all be in one place.
-
Bryan Godbolt authored
-
Bryan Godbolt authored
OpalLink should now be able to be disconnected. I also added a test to see if params had already been allocated before calling new in OpalLink::connect()
-
- 31 Aug, 2010 4 commits
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- 30 Aug, 2010 1 commit
-
-
Bryan Godbolt authored
-
- 28 Aug, 2010 2 commits
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- 27 Aug, 2010 1 commit
-
-
Bryan Godbolt authored
-
- 26 Aug, 2010 4 commits
-
-
pixhawk authored
-
pixhawk authored
-
Bryan Godbolt authored
-
lm authored
-
- 25 Aug, 2010 3 commits
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- 24 Aug, 2010 2 commits
-
-
lm authored
-
Bryan Godbolt authored
-
- 22 Aug, 2010 1 commit
-
-
pixhawk authored
Working on QGraphicsView-based local waypoints interface supporting drag-and-drop, commented code, fixed Google Maps interface, added mouse and SpinBox zoom to HSIWidget, fixed MAV-based coloring and stylesheets - MEGA COMMIT
-
- 20 Aug, 2010 1 commit
-
-
pixhawk 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
-
- 18 Aug, 2010 2 commits
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- 13 Aug, 2010 1 commit
-
-
pixhawk authored
Added MAVLinkLight as an example how to add new protocols, it is currently not an actual implemented protocol
-
- 12 Aug, 2010 2 commits
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- 11 Aug, 2010 6 commits
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
Bryan Godbolt authored
fixed mutex usage in getTotalUpstream and getTotalDownstream and added initialization to connectionStartTime (cherry picked from commit 15161eec)
-
Bryan Godbolt authored
-
Bryan Godbolt authored
fixed mutex usage in getTotalUpstream and getTotalDownstream and added initialization to connectionStartTime
-
Bryan Godbolt authored
-
- 10 Aug, 2010 1 commit
-
-
Bryan Godbolt authored
-
- 07 Aug, 2010 1 commit
-
-
pixhawk authored
Made generator --pedantic GCC flag compatible/C89 compatible, fixed a bug where heartbeats where only sent to first link
-