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

@@ -79,6 +79,9 @@ namespace BlackMisc
//! \remark parts logging has a \c bool \c log flag
void attachLogger(CInterpolationLogger *logger) { m_logger = logger; }
//! Is logger attached
bool hasAttachedLogger() const { return m_logger; }
//! Get an interpolator info string (for debug info)
QString getInterpolatorInfo() const;