|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "RemoteControlCalibrationController.h"#include "Fact.h"#include "ParameterManager.h"#include "QGCApplication.h"#include "QGCLoggingCategory.h"#include "Vehicle.h"#include <QtCore/QSettings>#include <algorithm>
Include dependency graph for RemoteControlCalibrationController.cc:Go to the source code of this file.
Variables | |
| static constexpr const char * | msgBeginThrottleDown |
| static constexpr const char * | msgBeginThrottleCenter |
| static constexpr const char * | msgThrottleUp = QT_TR_NOOP("Move the Throttle stick all the way up and hold it there...") |
| static constexpr const char * | msgThrottleDown = QT_TR_NOOP("Move the Throttle stick all the way down and leave it there...") |
| static constexpr const char * | msgYawLeft = QT_TR_NOOP("Move the Yaw stick all the way to the left and hold it there...") |
| static constexpr const char * | msgYawRight = QT_TR_NOOP("Move the Yaw stick all the way to the right and hold it there...") |
| static constexpr const char * | msgRollLeft = QT_TR_NOOP("Move the Roll stick all the way to the left and hold it there...") |
| static constexpr const char * | msgRollRight = QT_TR_NOOP("Move the Roll stick all the way to the right and hold it there...") |
| static constexpr const char * | msgPitchDown = QT_TR_NOOP("Move the Pitch stick all the way down and hold it there...") |
| static constexpr const char * | msgPitchUp = QT_TR_NOOP("Move the Pitch stick all the way up and hold it there...") |
| static constexpr const char * | msgPitchCenter = QT_TR_NOOP("Allow the Pitch stick to move back to center...") |
| static constexpr const char * | msgExtensionHigh = QT_TR_NOOP("Move the %1 Extension stick to its high value position and hold it there...") |
| static constexpr const char * | msgExtensionLow = QT_TR_NOOP("Move the %1 Extension stick to its low value position and hold it there...") |
| static constexpr const char * | msgSwitchMinMaxRC = QT_TR_NOOP("Move all the transmitter switches and/or dials back and forth to their extreme positions.") |
| static constexpr const char * | msgComplete = QT_TR_NOOP("All settings have been captured. Click Next to write the new parameters to your board.") |
|
staticconstexpr |
Definition at line 19 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 14 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 36 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 33 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 34 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 32 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 30 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 31 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 28 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 29 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 35 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 25 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 24 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 26 of file RemoteControlCalibrationController.cc.
|
staticconstexpr |
Definition at line 27 of file RemoteControlCalibrationController.cc.