refactor: Move spline specific verification method to InterpolatorSpline

This commit is contained in:
Lars Toenning
2024-01-09 23:08:22 +01:00
parent cb7e6c43e2
commit 98acf5f58e
4 changed files with 43 additions and 42 deletions

View File

@@ -145,10 +145,6 @@ namespace BlackMisc::Simulation
bool m_unitTest = false; //!< mark as unit test
//! Verify gnd flag, times, ... true means "OK"
bool verifyInterpolationSituations(const Aviation::CAircraftSituation &oldest, const Aviation::CAircraftSituation &newer, const Aviation::CAircraftSituation &latest,
const CInterpolationAndRenderingSetupPerCallsign &setup = CInterpolationAndRenderingSetupPerCallsign::null());
private:
CInterpolationLogger *m_logger = nullptr; //!< optional interpolation logger
QTimer m_initTimer; //!< timer to init model, will be deleted when interpolator is deleted and cancel the call