refs #863 Factor out code not specific to linear interpolation into the base class.

This commit is contained in:
Mathew Sutcliffe
2017-02-06 23:01:07 +00:00
parent c0f163589d
commit aad4cb5e88
4 changed files with 117 additions and 106 deletions

View File

@@ -44,11 +44,7 @@ namespace BlackMisc
//! Current interpolated situation
BlackMisc::Aviation::CAircraftSituation getInterpolatedSituation(
const BlackMisc::Aviation::CCallsign &callsign, qint64 currentTimeSinceEpoc,
const CInterpolationAndRenderingSetup &setup, const CInterpolationHints &hints, CInterpolationStatus &status) const
{
qFatal("Not implemented");
return {};
}
const CInterpolationAndRenderingSetup &setup, const CInterpolationHints &hints, CInterpolationStatus &status) const;
//! Parts before given offset time (aka pending parts)
BlackMisc::Aviation::CAircraftParts getInterpolatedParts(