mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T397, count invalid situations in log
This commit is contained in:
@@ -429,6 +429,7 @@ namespace BlackMisc
|
||||
QStringLiteral(" ") % cgAboveGround.valueRoundedWithUnit(CLengthUnit::ft(), 1) %
|
||||
QStringLiteral(" | alt.cor.: ") % altCorrection %
|
||||
QStringLiteral(" | #nw.sit.: ") % QString::number(noNetworkSituations) %
|
||||
QStringLiteral(" | #invalid: ") % QString::number(noInvalidSituations) %
|
||||
(
|
||||
withDeltaTimes ?
|
||||
separator %
|
||||
|
||||
@@ -39,6 +39,7 @@ namespace BlackMisc
|
||||
double deltaSampleTimesMs = -1; //!< delta time between samples (i.e. 2 situations)
|
||||
bool useParts = false; //!< supporting aircraft parts
|
||||
int noNetworkSituations = 0; //!< available network situations
|
||||
int noInvalidSituations = 0; //!< invalid situations, missing situations for timestampd
|
||||
QString elevationInfo; //!< info about elevation retrieval
|
||||
QString altCorrection; //!< info about altitude correction as CAircraftSituation::AltitudeCorrection
|
||||
Aviation::CCallsign callsign; //!< current callsign
|
||||
|
||||
Reference in New Issue
Block a user