- Dec 29, 2013
-
-
Don Gagne authored
Realized that I had configured my APM:Plane incorrectly since FlightModeConfig was only set up to work with APM:Copter. Changed code to respect mode switch channel parameter across all APM frame types. Also a pile of other changes to make this code much more bullet proof and correct. Implemented simple mode as well. Changed the style of the code to be more data driven. This allows for adjusting for new param values without needed to changing any code.
-
Don Gagne authored
-
- Dec 28, 2013
- Dec 26, 2013
- Dec 25, 2013
-
-
Don Gagne authored
- NAN not available in windows headers, use cross platform friendly version - VS compiler does not allow initializing non-integral types in header files - ActiveQt libs are already installed by Win Qt4.8.5, no need to build. Plus this part of the makefile just loops without nmake.exe installed which is not part of a standard windows box
-
- 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 23, 2013
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Dec 22, 2013
-
-
Bryant Mairs authored
-
Bryant Mairs authored
Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes.
-
Bryant Mairs authored
-
Bryant Mairs authored
Simplify calculations by assuming we only care about rates in kB/s.
-
Bryant Mairs authored
-
- Dec 17, 2013
-
-
Bryant authored
-
- Dec 12, 2013
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
While testing the previous commit on Windows I found that I could not compile windows due to include of atlbase.h. This file is no longer available in SDKs. It is only available in for money versions of VIsual Studio. Luckily this include was not needed. So I just removed it and Windows now builds again with just VS Express. Tested all changes on OSX, Linux and Windows (including speech on windows, which still works).
-
- 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 08, 2013
-
-
Thomas Gubler authored
-
Anton Babushkin authored
-
- 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.
-
- Dec 06, 2013
-
-
Thomas Gubler authored
-
- Dec 05, 2013
-
-
Thomas Gubler authored
-
- Dec 04, 2013
-
-
Thomas Gubler authored
-
- Nov 29, 2013
- Nov 28, 2013
-
-
Don Gagne authored
-
- Nov 26, 2013
-
-
Thomas Gubler authored
-
- Nov 10, 2013
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Nov 07, 2013
-
-
Anton Babushkin authored
-
- Nov 05, 2013
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- Oct 31, 2013
-
-
Geoff Fink authored
Removed for compatability
-
Lorenz Meier authored
-