- May 31, 2016
-
-
Lorenz Meier authored
-
- Apr 19, 2016
-
-
Beat Küng authored
This does the following: - add RTCMMavlink class that streams RTCM messages via mavlink - add GPSProvider class that opens a serial device and uses the gps driver submodule to get an RTCM stream - add a GPSManager class that manages the RTCMMavlink & GPSProvider classes - implement gps driver callback & definitions using Qt - add the GPSManager to the QGCToolbox To test this, uncomment the _gpsManager->setupGPS("ttyACM0"); in QGCToolbox.cc
-
- Nov 30, 2014
-
-
Don Gagne authored
This was leftover from a problem I was having with virtual slots
-
- Nov 28, 2014
-
-
Don Gagne authored
Allows for UI unit tests to be written: - Ability to respond to expected message boxes - Ability to fail test if unexpected message boxes occurs
-
- May 29, 2014
-
-
Don Gagne authored
-
- Dec 29, 2013
-
-
Don Gagne authored
-
- Dec 28, 2013
-
-
Don Gagne authored
Used for unit testing
-