- Sep 30, 2010
-
-
pixhawk authored
-
- Sep 28, 2010
-
-
lm authored
-
- Sep 20, 2010
-
-
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
-
- Sep 14, 2010
-
-
Bryan Godbolt authored
-
- Sep 13, 2010
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- Sep 03, 2010
-
-
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()
-
- Aug 31, 2010
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- Aug 30, 2010
-
-
Bryan Godbolt authored
-
- Aug 28, 2010
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- Aug 27, 2010
-
-
Bryan Godbolt authored
-
- Aug 26, 2010
-
-
pixhawk authored
-
pixhawk authored
-
Bryan Godbolt authored
-
lm authored
-
- Aug 25, 2010
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- Aug 24, 2010
-
-
lm authored
-
Bryan Godbolt authored
-
- Aug 22, 2010
-
-
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
-
- Aug 20, 2010
-
-
pixhawk authored
-
- Aug 19, 2010
-
-
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
-
- Aug 18, 2010
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- Aug 13, 2010
-
-
pixhawk authored
Added MAVLinkLight as an example how to add new protocols, it is currently not an actual implemented protocol
-
- Aug 12, 2010
-
-
Bryan Godbolt authored
-
Bryan Godbolt authored
-
- Aug 11, 2010
-
-
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
-