QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
LogParseResult Struct Reference

#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
 

Detailed Description

Definition at line 13 of file LogParseResultPrivate.h.

Member Data Documentation

◆ availableFields

QStringList LogParseResult::availableFields

Definition at line 16 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::finalize().

◆ detectedVehicleType

QString LogParseResult::detectedVehicleType

Definition at line 27 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::finalize().

◆ dropouts

QVariantList LogParseResult::dropouts

Definition at line 22 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::dropout().

◆ errorMessage

QString LogParseResult::errorMessage

◆ events

QVariantList LogParseResult::events

Definition at line 19 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::logging().

◆ fieldSamples

QHash<QString, QVector<QPointF> > LogParseResult::fieldSamples

Definition at line 23 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::data(), and ULogFullHandler::finalize().

◆ maxTimestamp

double LogParseResult::maxTimestamp = -1.0

Definition at line 25 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::data(), and ULogFullHandler::finalize().

◆ messages

QVariantList LogParseResult::messages

Definition at line 20 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::logging().

◆ minTimestamp

double LogParseResult::minTimestamp = -1.0

Definition at line 24 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::data().

◆ modeSegments

QVariantList LogParseResult::modeSegments

Definition at line 21 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::finalize().

◆ ok

bool LogParseResult::ok = false

Definition at line 14 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::finalize().

◆ parameters

QVariantList LogParseResult::parameters

Definition at line 18 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::parameter().

◆ plottableFields

QStringList LogParseResult::plottableFields

Definition at line 17 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::finalize().

◆ sampleCount

int LogParseResult::sampleCount = 0

Definition at line 26 of file LogParseResultPrivate.h.

Referenced by ULogFullHandler::data().


The documentation for this struct was generated from the following file: