Don Gagne
9fa4c40b69
Simple flight mode config
9 years ago
Anselmo L. S. Melo
7d47b470a5
Review iterations over QStrings
...
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>
10 years ago
Don Gagne
1bf286acd0
New rc signalling in Vehicle
10 years ago
Don Gagne
d4d26f03c4
Explicit raw/cooked values
10 years ago
Don Gagne
fb43c44204
More works towards removing UAS completely
10 years ago
Don Gagne
2740e63562
Fix channel index reordering notification
10 years ago
Don Gagne
943d47a451
New MultiVehicleManager, Vehicle objects
...
- MultiVehicleManager is a Qml friendly replacement for UASManager
- Vehicle is a replacement for both UAS and AutoPilotPlugin
10 years ago
Don Gagne
8655b608a0
Show text on already used channels
10 years ago
Don Gagne
c11df77677
Off by one fix
10 years ago
Don Gagne
8c82e9b075
Flight Mode config redesign
...
Can now scroll to work on laptops and tablets. Plus many other changes.
10 years ago
Lorenz Meier
a7a36c02a6
Fixed PX4 switch mapping check
10 years ago
Don Gagne
aa43275249
Acro switch support
10 years ago
Don Gagne
6261e7618d
FactPanel V2
10 years ago
Don Gagne
2735dae78f
Validate against Acro switch setting
10 years ago
Don Gagne
6235763f8c
New start/stop calibration apis
10 years ago
Don Gagne
ae3d496544
Return and Offboard must be on separate channel
10 years ago
Don Gagne
d5e2f29c0a
Update to new ParameterLoader and component id support
10 years ago
Don Gagne
dee99ea532
Changed pluginReady mechanism
...
More consistent with Qml usage pattern
10 years ago
Don Gagne
64fa20a3e4
Validate RC_CHAN_COUNT
10 years ago
Don Gagne
b69a146e73
New Flight Mode config
10 years ago