|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <LogParseResultPrivate.h>
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 |
Definition at line 13 of file LogParseResultPrivate.h.
| QStringList LogParseResult::availableFields |
Definition at line 16 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize().
| QString LogParseResult::detectedVehicleType |
Definition at line 27 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize().
| QVariantList LogParseResult::dropouts |
Definition at line 22 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::dropout().
| QString LogParseResult::errorMessage |
Definition at line 15 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::error(), DataFlashParser::parseFile(), and ULogParser::parseFile().
| QVariantList LogParseResult::events |
Definition at line 19 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::logging().
| QHash<QString, QVector<QPointF> > LogParseResult::fieldSamples |
Definition at line 23 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::data(), and ULogFullHandler::finalize().
| double LogParseResult::maxTimestamp = -1.0 |
Definition at line 25 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::data(), and ULogFullHandler::finalize().
| QVariantList LogParseResult::messages |
Definition at line 20 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::logging().
| double LogParseResult::minTimestamp = -1.0 |
Definition at line 24 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::data().
| QVariantList LogParseResult::modeSegments |
Definition at line 21 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize().
| bool LogParseResult::ok = false |
Definition at line 14 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize().
| QVariantList LogParseResult::parameters |
Definition at line 18 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::parameter().
| QStringList LogParseResult::plottableFields |
Definition at line 17 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::finalize().
| int LogParseResult::sampleCount = 0 |
Definition at line 26 of file LogParseResultPrivate.h.
Referenced by ULogFullHandler::data().