- Mar 17, 2014
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Avoid evil port config for CDC devices altogether, non-CDC devices (unknown devices) should be unaffected
-
Lorenz Meier authored
-
- Mar 16, 2014
-
-
Lorenz Meier authored
Do not configure the port if talking to PX4 units (since USB does not know anything about baud rate)
-
Lorenz Meier authored
-
- Feb 25, 2014
-
-
Don Gagne authored
Also commented out noisy serial link error output
-
- Feb 24, 2014
-
-
Don Gagne authored
-
- Feb 22, 2014
-
-
Don Gagne authored
-
- Feb 21, 2014
-
-
Don Gagne authored
-
- Feb 19, 2014
-
-
Don Gagne authored
-
- Feb 18, 2014
-
-
Don Gagne authored
-
- Feb 17, 2014
-
-
Don Gagne authored
-
- Feb 14, 2014
-
-
Julian Oes authored
-
Thomas Gubler authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Feb 12, 2014
-
-
Thomas Gubler authored
-
Don Gagne authored
-
Don Gagne authored
-
- Feb 11, 2014
-
-
Don Gagne authored
-
- Feb 06, 2014
-
-
Thomas Gubler authored
Conflicts: src/comm/QGCFlightGearLink.cc
-
- Jan 13, 2014
-
-
Don Gagne authored
-
- Jan 08, 2014
- Dec 31, 2013
-
-
Thomas Gubler authored
-
- Dec 30, 2013
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Dec 29, 2013
- Dec 24, 2013
-
-
Bryant Mairs authored
Converted LinkInterface from a pure-virtual interface into an abstract base class. This centralized the data rate calculation code for all subclasses. Also added the necessary code to provide upstream/downstream data rate calculations for all LinkInterface-derived classes.
-
Bryant Mairs authored
-
- Dec 22, 2013
-
-
Bryant Mairs authored
Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes.
-
Bryant Mairs authored
-
- Dec 11, 2013
-
-
Anton Babushkin authored
Altitude splitted to altitudeAMSL and altitudeRelative, speed splitted to airSpeed and groundSpeed. PrimaryFlightDisplay uses airSpeed for FW and groundSpeed for MC.
-
- Dec 07, 2013
-
-
Don Gagne authored
Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in.
-
- Nov 29, 2013
-
-
Don Gagne authored
-
- Nov 28, 2013
-
-
Don Gagne authored
-
- Nov 05, 2013
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-