Ref T261, interpolate (spline) from last interpolated situation -> new situation whenever interpolant is recreated.

Prefill functions for "m_s" values.
This commit is contained in:
Klaus Basan
2018-04-28 02:39:25 +02:00
committed by Roland Winklmeier
parent a1b2e92684
commit 6a2f76f4d7
2 changed files with 57 additions and 43 deletions

View File

@@ -102,6 +102,9 @@ namespace BlackMisc
//! Are the altitude units all the same
bool areAltitudeUnitsSame(const PhysicalQuantities::CLengthUnit &compare = PhysicalQuantities::CLengthUnit::nullUnit()) const;
//! Fill the situations array
bool fillSituationsArray(const BlackMisc::Aviation::CAircraftSituationList &validSituations);
qint64 m_prevSampleAdjustedTime = 0; //!< previous sample time + offset
qint64 m_nextSampleAdjustedTime = 0; //!< previous sample time + offset
qint64 m_prevSampleTime = 0; //!< previous sample "real time"