|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <VehicleGPS2FactGroup.h>
Inheritance diagram for VehicleGPS2FactGroup:
Collaboration diagram for VehicleGPS2FactGroup:Public Member Functions | |
| VehicleGPS2FactGroup (QObject *parent=nullptr) | |
| 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 VehicleGPSFactGroup | |
| VehicleGPSFactGroup (QObject *parent=nullptr) | |
| Fact * | lat () |
| Fact * | lon () |
| Fact * | mgrs () |
| Fact * | hdop () |
| Fact * | vdop () |
| Fact * | courseOverGround () |
| Fact * | yaw () |
| Fact * | count () |
| Fact * | lock () |
| Fact * | systemErrors () |
| Fact * | spoofingState () |
| Fact * | jammingState () |
| Fact * | authenticationState () |
| Fact * | correctionsQuality () |
| Fact * | systemQuality () |
| Fact * | gnssSignalQuality () |
| Fact * | postProcessingQuality () |
| void | handleMessage (Vehicle *vehicle, const mavlink_message_t &message) override |
| 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 |
Definition at line 5 of file VehicleGPS2FactGroup.h.
|
inlineexplicit |
Definition at line 10 of file VehicleGPS2FactGroup.h.
References VehicleGPSFactGroup::_gnssIntegrityId.
|
finalvirtual |
Allows a FactGroup to parse incoming messages and fill in values.
Reimplemented from FactGroup.
Definition at line 8 of file VehicleGPS2FactGroup.cc.
References VehicleGPSFactGroup::_handleGnssIntegrity().