- Jan 16, 2016
-
-
Don Gagne authored
-
- Jan 15, 2016
-
-
Don Gagne authored
-
dogmaphobic authored
Fact* espVersion = getFact(FactSystem::ParameterProvider, MAV_COMP_ID_UDP_BRIDGE, "SW_VER"); crashes unit test if the parameter does not exist (which is exactly what the call is trying to establish).
-
dogmaphobic authored
-
Don Gagne authored
-
- Jan 13, 2016
- Jan 06, 2016
-
-
Lorenz Meier authored
-
- Jan 04, 2016
-
-
Tomaz Canabrava authored
Also, added a missing method on AutoPilotPlugin as a public pure virtual method (the inheritances already implemented it as a slot, so the new Signal syntax didn't worked because the base class didn't had that method) Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Don Gagne authored
-
Don Gagne authored
-
Tomaz Canabrava authored
First commit of modernizarion of Qt signal connections, the new signal connection is very userfull because of a few nice things: - it's checked at compile time instead of runtime - it can connect to any function or method, so we don't need to use slots anymore - it's way faster because it doesn't need to work with string comparisson, but it's basically a direct call. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Jan 03, 2016
- Jan 02, 2016
- Dec 30, 2015
- Dec 29, 2015
- Dec 28, 2015
- Dec 27, 2015
-
-
Lorenz Meier authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
- Dec 26, 2015
- Dec 25, 2015
-
-
Don Gagne authored
-
- Dec 24, 2015
- Dec 23, 2015
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/ Signed-off-by:
Anselmo L. S. Melo <anselmo.melo@intel.com>
-
- Dec 21, 2015
-
-
Don Gagne authored
Also added missing FRAME types
-
- Dec 20, 2015
-
-
Don Gagne authored
-