- 02 Jan, 2014 2 commits
- 31 Dec, 2013 3 commits
-
-
Don Gagne authored
Good example for usage of new mock uas interfaces and implementations.
-
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.
-
Thomas Gubler authored
-
- 30 Dec, 2013 4 commits
-
-
Thomas Gubler authored
-
Thomas Gubler authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 29 Dec, 2013 14 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Don Gagne authored
Good example for usage of new mock uas interfaces and implementations.
-
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
-
Lorenz Meier 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.
-
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 5 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
-
- 26 Dec, 2013 3 commits
- 25 Dec, 2013 1 commit
-
-
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 2 commits
-
-
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
-
- 23 Dec, 2013 2 commits
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- 22 Dec, 2013 4 commits
-
-
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.
-