|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <VehicleEFIFactGroup.h>
Inheritance diagram for VehicleEFIFactGroup:
Collaboration diagram for VehicleEFIFactGroup:Public Member Functions | |
| VehicleEFIFactGroup (QObject *parent=nullptr) | |
| Fact * | health () |
| Fact * | ecuIndex () |
| Fact * | rpm () |
| Fact * | fuelConsumed () |
| Fact * | fuelFlow () |
| Fact * | engineLoad () |
| Fact * | throttlePos () |
| Fact * | sparkTime () |
| Fact * | baroPress () |
| Fact * | intakePress () |
| Fact * | intakeTemp () |
| Fact * | cylinderTemp () |
| Fact * | ignTime () |
| Fact * | injTime () |
| Fact * | exGasTemp () |
| Fact * | throttleOut () |
| Fact * | ptComp () |
| Fact * | ignVoltage () |
| Fact * | fuelPressure () |
| void | handleMessage (Vehicle *vehicle, const mavlink_message_t &message) final |
| Allows a FactGroup to parse incoming messages and fill in values. | |
Public Member Functions inherited from FactGroup | |
| FactGroup (int updateRateMsecs, const QString &metaDataFile, QObject *parent=nullptr, bool ignoreCamelCase=false) | |
| < false: No telemetry for these values has been received | |
| FactGroup (int updateRateMsecs, QObject *parent=nullptr, bool ignoreCamelCase=false) | |
| virtual | ~FactGroup () |
| Q_INVOKABLE bool | factExists (const QString &name) const |
| @ return true: if the fact exists in the group | |
| Q_INVOKABLE Fact * | getFact (const QString &name) const |
| Q_INVOKABLE FactGroup * | getFactGroup (const QString &name) const |
| Q_INVOKABLE void | setLiveUpdates (bool liveUpdates) |
| Turning on live updates will allow value changes to flow through as they are received. | |
| QStringList | factNames () const |
| QStringList | factGroupNames () const |
| bool | telemetryAvailable () const |
| const QMap< QString, FactGroup * > & | factGroups () const |
Additional Inherited Members | |
Signals inherited from FactGroup | |
| void | factNamesChanged () |
| void | factGroupNamesChanged () |
| void | telemetryAvailableChanged (bool telemetryAvailable) |
Protected Slots inherited from FactGroup | |
| virtual void | _updateAllValues () |
Protected Member Functions inherited from FactGroup | |
| void | _addFact (Fact *fact, const QString &name) |
| void | _addFact (Fact *fact) |
| void | _addFactGroup (FactGroup *factGroup, const QString &name) |
| void | _addFactGroup (FactGroup *factGroup) |
| void | _loadFromJsonArray (const QJsonArray &jsonArray) |
| void | _setTelemetryAvailable (bool telemetryAvailable) |
Protected Attributes inherited from FactGroup | |
| const int | _updateRateMSecs = 0 |
| Update rate for Fact::valueChanged signals, 0: immediate update. | |
| QMap< QString, Fact * > | _nameToFactMap |
| QMap< QString, FactGroup * > | _nameToFactGroupMap |
| QMap< QString, FactMetaData * > | _nameToFactMetaDataMap |
| QStringList | _factNames |
Definition at line 5 of file VehicleEFIFactGroup.h.
|
explicit |
Definition at line 4 of file VehicleEFIFactGroup.cc.
References FactGroup::_addFact(), and Fact::setRawValue().
|
inline |
Definition at line 39 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 42 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 32 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 36 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 45 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 34 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 35 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 49 of file VehicleEFIFactGroup.h.
|
finalvirtual |
Allows a FactGroup to parse incoming messages and fill in values.
Reimplemented from FactGroup.
Definition at line 48 of file VehicleEFIFactGroup.cc.
|
inline |
Definition at line 31 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 43 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 48 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 44 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 40 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 41 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 47 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 33 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 38 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 46 of file VehicleEFIFactGroup.h.
|
inline |
Definition at line 37 of file VehicleEFIFactGroup.h.