|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <LogParseResultPrivate.h>
Public Types | |
| enum class | SourceType { Unknown , PX4ULog , APMDataFlash } |
Public Attributes | |
| bool | ok = false |
| QString | errorMessage |
| QStringList | availableFields |
| QStringList | plottableFields |
| QVariantList | parameters |
| QVariantList | events |
| QVariantList | messages |
| QVariantList | modeSegments |
| QVariantList | dropouts |
| QHash< QString, QVector< QPointF > > | fieldSamples |
| double | minTimestamp = -1.0 |
| double | maxTimestamp = -1.0 |
| int | sampleCount = 0 |
| QString | detectedVehicleType |
| SourceType | sourceType = SourceType::Unknown |
| int | firmwareMajorVersion = -1 |
| int | firmwareMinorVersion = -1 |
| QDateTime | startTime |
Definition at line 26 of file LogParseResultPrivate.h.
|
strong |
| Enumerator | |
|---|---|
| Unknown | |
| PX4ULog | |
| APMDataFlash | |
Definition at line 27 of file LogParseResultPrivate.h.
| QStringList LogParseResult::availableFields |
Definition at line 31 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize().
| QString LogParseResult::detectedVehicleType |
Definition at line 42 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize(), and DataFlashParser::parseFile().
| QVariantList LogParseResult::dropouts |
Definition at line 37 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::dropout().
| QString LogParseResult::errorMessage |
Definition at line 30 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::error(), LogFileParser::parseFile(), DataFlashParser::parseFile(), ULogParser::parseFile(), and LogFileParser::startParsingAsync().
| QVariantList LogParseResult::events |
Definition at line 34 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::logging(), and DataFlashParser::parseFile().
| QHash<QString, QVector<QPointF> > LogParseResult::fieldSamples |
Definition at line 38 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::data(), ULogFullHandler::finalize(), and DataFlashParser::parseFile().
| int LogParseResult::firmwareMajorVersion = -1 |
Definition at line 44 of file LogParseResultPrivate.h.
Referenced by DataFlashParser::parseFile().
| int LogParseResult::firmwareMinorVersion = -1 |
Definition at line 45 of file LogParseResultPrivate.h.
Referenced by DataFlashParser::parseFile().
| double LogParseResult::maxTimestamp = -1.0 |
Definition at line 40 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::data(), and ULogFullHandler::finalize().
| QVariantList LogParseResult::messages |
Definition at line 35 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::logging(), and DataFlashParser::parseFile().
| double LogParseResult::minTimestamp = -1.0 |
Definition at line 39 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::data().
| QVariantList LogParseResult::modeSegments |
Definition at line 36 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize(), and DataFlashParser::parseFile().
| bool LogParseResult::ok = false |
Definition at line 29 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize(), LogFileParser::parseFile(), and LogFileParser::startParsingAsync().
| QVariantList LogParseResult::parameters |
Definition at line 33 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize(), ULogFullHandler::parameter(), and DataFlashParser::parseFile().
| QStringList LogParseResult::plottableFields |
Definition at line 32 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize().
| int LogParseResult::sampleCount = 0 |
Definition at line 41 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::data(), and DataFlashParser::parseFile().
| SourceType LogParseResult::sourceType = SourceType::Unknown |
Definition at line 43 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize(), and DataFlashParser::parseFile().
| QDateTime LogParseResult::startTime |
Definition at line 46 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::data(), and DataFlashParser::parseFile().