|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <APMFollowComponentController.h>
Inheritance diagram for APMFollowComponentController:
Collaboration diagram for APMFollowComponentController:Public Member Functions | |
| APMFollowComponentController (QObject *parent=nullptr) | |
| ~APMFollowComponentController () | |
| Fact * | angleFact () const |
| Fact * | distanceFact () const |
| Fact * | heightFact () const |
| bool | roverFirmware () const |
Public Member Functions inherited from FactPanelController | |
| FactPanelController (QObject *parent=nullptr) | |
| virtual | ~FactPanelController () |
| Q_INVOKABLE Fact * | getParameterFact (int componentId, const QString &name, bool reportMissing=true) const |
| Q_INVOKABLE bool | parameterExists (int componentId, const QString &name) const |
| Q_INVOKABLE void | getMissingParameters (const QStringList &rgNames) |
Additional Inherited Members | |
Signals inherited from FactPanelController | |
| void | missingParametersAvailable () |
Protected Member Functions inherited from FactPanelController | |
| bool | _allParametersExists (int componentId, const QStringList &names) const |
| void | _reportMissingParameter (int componentId, const QString &name) const |
| Report a missing parameter. | |
Protected Attributes inherited from FactPanelController | |
| Vehicle * | _vehicle = nullptr |
Definition at line 8 of file APMFollowComponentController.h.
|
explicit |
Definition at line 5 of file APMFollowComponentController.cc.
| APMFollowComponentController::~APMFollowComponentController | ( | ) |
Definition at line 15 of file APMFollowComponentController.cc.
|
inline |
Definition at line 21 of file APMFollowComponentController.h.
|
inline |
Definition at line 22 of file APMFollowComponentController.h.
|
inline |
Definition at line 23 of file APMFollowComponentController.h.
| bool APMFollowComponentController::roverFirmware | ( | ) | const |
Definition at line 20 of file APMFollowComponentController.cc.
References FactPanelController::_vehicle, and Vehicle::firmwarePlugin().