|
QGroundControl
Ground Control Station for MAVLink Drones
|
Used for handling missing Facts from C++ code. More...
#include <FactPanelController.h>
Inheritance diagram for FactPanelController:
Collaboration diagram for FactPanelController:Signals | |
| void | missingParametersAvailable () |
Protected Member Functions | |
| bool | _allParametersExists (int componentId, const QStringList &names) const |
| void | _reportMissingParameter (int componentId, const QString &name) const |
| Report a missing parameter. | |
Protected Attributes | |
| Vehicle * | _vehicle = nullptr |
Used for handling missing Facts from C++ code.
Definition at line 15 of file FactPanelController.h.
|
protected |
Checks for existence of the specified parameters
Definition at line 43 of file FactPanelController.cc.
References _reportMissingParameter(), _vehicle, ParameterManager::parameterExists(), and Vehicle::parameterManager().
Referenced by AirframeComponentController::AirframeComponentController(), and PX4SimpleFlightModesController::PX4SimpleFlightModesController().
|
protected |
Report a missing parameter.
Definition at line 33 of file FactPanelController.cc.
References _vehicle, ParameterManager::defaultComponentId, Vehicle::defaultComponentId(), and qgcApp.
Referenced by _allParametersExists().
|
signal |
|
protected |
Definition at line 45 of file FactPanelController.h.
Referenced by _allParametersExists(), _reportMissingParameter(), SensorsComponentController::calibrateAccel(), SensorsComponentController::calibrateAirspeed(), PowerComponentController::calibrateEsc(), SensorsComponentController::calibrateGyro(), SensorsComponentController::calibrateLevel(), SensorsComponentController::cancelCalibration(), RadioComponentController::crsfBindMode(), PX4SimpleFlightModesController::PX4SimpleFlightModesController(), SensorsComponentController::resetFactoryParameters(), RadioComponentController::spektrumBindMode(), RadioComponentController::start(), PowerComponentController::startBusConfigureActuators(), PowerComponentController::stopBusConfigureActuators(), SensorsComponentController::usingUDPLink(), and RadioComponentController::~RadioComponentController().