|
QGroundControl
Ground Control Station for MAVLink Drones
|
MVC Controller for APMSubMotorComponent.qml. More...
#include <APMSubMotorComponentController.h>
Inheritance diagram for APMSubMotorComponentController:
Collaboration diagram for APMSubMotorComponentController:Signals | |
| void | motorDetectionMessagesChanged () |
Signals inherited from FactPanelController | |
| void | missingParametersAvailable () |
Public Member Functions | |
| APMSubMotorComponentController (QObject *parent=nullptr) | |
| QString | motorDetectionMessages () 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 | |
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 |
MVC Controller for APMSubMotorComponent.qml.
Definition at line 9 of file APMSubMotorComponentController.h.
|
explicit |
Definition at line 4 of file APMSubMotorComponentController.cc.
References FactPanelController::_vehicle, and Vehicle::textMessageReceived().
|
inline |
Definition at line 18 of file APMSubMotorComponentController.h.
|
signal |