| _addFact(Fact *fact, const QString &name) | FactGroup | protected |
| _addFact(Fact *fact) | FactGroup | inlineprotected |
| _addFactGroup(FactGroup *factGroup, const QString &name) | FactGroup | protected |
| _addFactGroup(FactGroup *factGroup) | FactGroup | inlineprotected |
| _airSpeedFact | VehicleFactGroup | protected |
| _airSpeedSetpointFact | VehicleFactGroup | protected |
| _altitudeAboveTerrFact | VehicleFactGroup | protected |
| _altitudeAMSLFact | VehicleFactGroup | protected |
| _altitudeMessageAvailable | VehicleFactGroup | protected |
| _altitudeRelativeFact | VehicleFactGroup | protected |
| _altitudeTuningFact | VehicleFactGroup | protected |
| _altitudeTuningOffset | VehicleFactGroup | protected |
| _altitudeTuningSetpointFact | VehicleFactGroup | protected |
| _climbRateFact | VehicleFactGroup | protected |
| _distanceToGCSFact | VehicleFactGroup | protected |
| _distanceToHomeFact | VehicleFactGroup | protected |
| _distanceToNextWPFact | VehicleFactGroup | protected |
| _factNames | FactGroup | protected |
| _flightDistanceFact | VehicleFactGroup | protected |
| _flightTimeFact | VehicleFactGroup | protected |
| _groundSpeedFact | VehicleFactGroup | protected |
| _handleAltitude(const mavlink_message_t &message) | VehicleFactGroup | protected |
| _handleAttitude(Vehicle *vehicle, const mavlink_message_t &message) | VehicleFactGroup | protected |
| _handleAttitudeQuaternion(Vehicle *vehicle, const mavlink_message_t &message) | VehicleFactGroup | protected |
| _handleNavControllerOutput(const mavlink_message_t &message) | VehicleFactGroup | protected |
| _handleRangefinder(const mavlink_message_t &message) | VehicleFactGroup | protected |
| _handleRawImuTemp(const mavlink_message_t &message) | VehicleFactGroup | protected |
| _handleVfrHud(const mavlink_message_t &message) | VehicleFactGroup | protected |
| _headingFact | VehicleFactGroup | protected |
| _headingFromGCSFact | VehicleFactGroup | protected |
| _headingFromHomeFact | VehicleFactGroup | protected |
| _headingToHomeFact | VehicleFactGroup | protected |
| _headingToNextWPFact | VehicleFactGroup | protected |
| _hobbsFact | VehicleFactGroup | protected |
| _imuTempFact | VehicleFactGroup | protected |
| _loadFromJsonArray(const QJsonArray &jsonArray) | FactGroup | protected |
| _missionItemIndexFact | VehicleFactGroup | protected |
| _nameToFactGroupMap | FactGroup | protected |
| _nameToFactMap | FactGroup | protected |
| _nameToFactMetaDataMap | FactGroup | protected |
| _pitchFact | VehicleFactGroup | protected |
| _pitchRateFact | VehicleFactGroup | protected |
| _rangeFinderDistFact | VehicleFactGroup | protected |
| _rcRSSIFact | VehicleFactGroup | protected |
| _rollFact | VehicleFactGroup | protected |
| _rollRateFact | VehicleFactGroup | protected |
| _setTelemetryAvailable(bool telemetryAvailable) | FactGroup | protected |
| _throttlePctFact | VehicleFactGroup | protected |
| _timeToHomeFact | VehicleFactGroup | protected |
| _updateAllValues() | FactGroup | protectedvirtualslot |
| _updateRateMSecs | FactGroup | protected |
| _xTrackErrorFact | VehicleFactGroup | protected |
| _yawRateFact | VehicleFactGroup | protected |
| airSpeed() | VehicleFactGroup | inline |
| airSpeedSetpoint() | VehicleFactGroup | inline |
| altitudeAboveTerr() | VehicleFactGroup | inline |
| altitudeAMSL() | VehicleFactGroup | inline |
| altitudeRelative() | VehicleFactGroup | inline |
| altitudeTuning() | VehicleFactGroup | inline |
| altitudeTuningSetpoint() | VehicleFactGroup | inline |
| climbRate() | VehicleFactGroup | inline |
| distanceToGCS() | VehicleFactGroup | inline |
| distanceToHome() | VehicleFactGroup | inline |
| distanceToNextWP() | VehicleFactGroup | inline |
| factExists(const QString &name) const | FactGroup | |
| FactGroup(int updateRateMsecs, const QString &metaDataFile, QObject *parent=nullptr, bool ignoreCamelCase=false) | FactGroup | explicit |
| FactGroup(int updateRateMsecs, QObject *parent=nullptr, bool ignoreCamelCase=false) | FactGroup | explicit |
| factGroupNames() const | FactGroup | inline |
| factGroupNamesChanged() | FactGroup | signal |
| factGroups() const | FactGroup | inline |
| factNames() const | FactGroup | inline |
| factNamesChanged() | FactGroup | signal |
| flightDistance() | VehicleFactGroup | inline |
| getFact(const QString &name) const | FactGroup | |
| getFactGroup(const QString &name) const | FactGroup | |
| groundSpeed() | VehicleFactGroup | inline |
| handleMessage(Vehicle *vehicle, const mavlink_message_t &message) override | VehicleFactGroup | virtual |
| heading() | VehicleFactGroup | inline |
| headingFromGCS() | VehicleFactGroup | inline |
| headingFromHome() | VehicleFactGroup | inline |
| headingToHome() | VehicleFactGroup | inline |
| headingToNextWP() | VehicleFactGroup | inline |
| hobbs() | VehicleFactGroup | inline |
| imuTemp() | VehicleFactGroup | inline |
| missionItemIndex() | VehicleFactGroup | inline |
| pitch() | VehicleFactGroup | inline |
| pitchRate() | VehicleFactGroup | inline |
| rangeFinderDist() | VehicleFactGroup | inline |
| rcRSSI() | VehicleFactGroup | inline |
| roll() | VehicleFactGroup | inline |
| rollRate() | VehicleFactGroup | inline |
| setLiveUpdates(bool liveUpdates) | FactGroup | |
| telemetryAvailable() const | FactGroup | inline |
| telemetryAvailableChanged(bool telemetryAvailable) | FactGroup | signal |
| throttlePct() | VehicleFactGroup | inline |
| timeToHome() | VehicleFactGroup | inline |
| updateRCRSSI(uint8_t rssi) | VehicleFactGroup | |
| VehicleFactGroup(QObject *parent=nullptr) | VehicleFactGroup | explicit |
| xTrackError() | VehicleFactGroup | inline |
| yawRate() | VehicleFactGroup | inline |
| ~FactGroup() | FactGroup | virtual |