mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
Ref T261, also log. scenery offset
This commit is contained in:
committed by
Roland Winklmeier
parent
2a5261f3f6
commit
d50498fa39
@@ -415,7 +415,8 @@ namespace BlackMisc
|
|||||||
) %
|
) %
|
||||||
(
|
(
|
||||||
withElevation ?
|
withElevation ?
|
||||||
QStringLiteral("Elev info.: ") % elevationInfo % separator :
|
QStringLiteral("Elev info.: ") % elevationInfo %
|
||||||
|
QStringLiteral(" scenery os: ") % sceneryOffset.valueRoundedWithUnit(1) % separator :
|
||||||
QStringLiteral("")
|
QStringLiteral("")
|
||||||
) %
|
) %
|
||||||
QStringLiteral("change: ") % change.toQString(true) %
|
QStringLiteral("change: ") % change.toQString(true) %
|
||||||
|
|||||||
@@ -46,7 +46,8 @@ namespace BlackMisc
|
|||||||
Aviation::CAircraftSituationList interpolationSituations; //!< the interpolator uses 2, 3 situations (oldest at end)
|
Aviation::CAircraftSituationList interpolationSituations; //!< the interpolator uses 2, 3 situations (oldest at end)
|
||||||
Aviation::CAircraftSituation situationCurrent; //!< interpolated situation
|
Aviation::CAircraftSituation situationCurrent; //!< interpolated situation
|
||||||
Aviation::CAircraftSituationChange change; //!< change
|
Aviation::CAircraftSituationChange change; //!< change
|
||||||
PhysicalQuantities::CLength cgAboveGround; //!< center of gravity
|
PhysicalQuantities::CLength cgAboveGround = PhysicalQuantities::CLength::null(); //!< center of gravity (CG)
|
||||||
|
PhysicalQuantities::CLength sceneryOffset = PhysicalQuantities::CLength::null(); //!< scenery offset
|
||||||
CInterpolationAndRenderingSetupPerCallsign usedSetup; //!< used setup
|
CInterpolationAndRenderingSetupPerCallsign usedSetup; //!< used setup
|
||||||
|
|
||||||
//! Delta time between interpolation and current time
|
//! Delta time between interpolation and current time
|
||||||
|
|||||||
Reference in New Issue
Block a user