Ref T241, further improved interpolation logging

* all interpolation positions can  be logged (3 for spline, 2 for linear)
* interpolated (log) time, setting to real time (i.e. unadjusted time)
* only set logger values with logger attached
This commit is contained in:
Klaus Basan
2018-02-01 18:28:57 +01:00
parent 74098cffa8
commit 6a2435074c
6 changed files with 66 additions and 91 deletions

View File

@@ -95,6 +95,7 @@ namespace BlackMisc
private:
qint64 m_prevSampleTime = 0;
qint64 m_nextSampleTime = 0;
std::array<Aviation::CAircraftSituation, 3> m_s;
Interpolant m_interpolant;
};
} // ns