- 31 Dec, 2013 1 commit
-
-
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.
-
- 29 Dec, 2013 16 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
Autostart cleanup
-
Lorenz Meier authored
TcpLink unit test
-
Don Gagne authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Allows for testing of existence of lack of existence of signals coming out of an object.
-
Lorenz Meier authored
Unit test mocks
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Allows for testing of existence of lack of existence of signals coming out of an object.
-
- 28 Dec, 2013 6 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Don Gagne authored
Used for unit testing
-
Don Gagne authored
-
Don Gagne authored
This allows us to create mock version of the objects to use for unit tests
-
Lorenz Meier authored
-
- 27 Dec, 2013 1 commit
-
-
Lorenz Meier authored
Unit test changes
-
- 26 Dec, 2013 4 commits
-
-
Don Gagne authored
-
Don Gagne authored
I have UI based unit tests coming, so getting ready for that
-
Don Gagne authored
-
Don Gagne authored
- debug builds always compile unit tests in - seperate qgcunittest.pro is no longer needed - found out the hard way that you can’t use debug or release as a scope. You need to use the CONFIG(debug,debug|relase) macro (in this example to test fro debug). Reason is that debug and release show up multiple times in CONFIG, last debug wins. This is what the CONFIG macro does. Without it, it’s luck as to what you get. I found OSX was getting debug, Linux was getting a debug build, build into release directories. QT_DEBUG set randomly. Lot’s of problems.
-
- 25 Dec, 2013 4 commits
-
-
Lorenz Meier authored
Add data rate calculations for all LinkInterface-derived classes
-
Lorenz Meier authored
add eclipse settings folder to gitignore file
-
Lorenz Meier authored
Fix broken Windows build
-
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
-
- 24 Dec, 2013 5 commits
-
-
Thomas Gubler authored
-
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
-
Lorenz Meier authored
Remove hardwired inclusion of OSG
-
Don Gagne authored
The remainder of .pro and .pri files have conditional inclusion of OpenSceneGraph bases on availability. Removed this line which always includes it and overrides the conditional include which is already in other parts of the make files.
-
- 23 Dec, 2013 3 commits
-
-
Lorenz Meier authored
Add display of the upstream data rate to the Debug Console
-
Bryant Mairs authored
-
Bryant Mairs authored
-