mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Ref T259, Ref T243 renaming to CInterpolationAndRenderingSetupPerCallsign
This commit is contained in:
@@ -85,7 +85,7 @@ namespace BlackMiscTest
|
||||
// interpolation functional check
|
||||
CInterpolationStatus status;
|
||||
const CInterpolationHints hints;
|
||||
const CInterpolationAndRenderingSetup setup;
|
||||
const CInterpolationAndRenderingSetupPerCallsign setup;
|
||||
double latOld = 360.0;
|
||||
double lngOld = 360.0;
|
||||
for (qint64 currentTime = ts - 2 * deltaT + offset; currentTime < ts + offset; currentTime += (deltaT / 20))
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace BlackMiscTest
|
||||
|
||||
// interpolation functional check
|
||||
CPartsStatus status;
|
||||
const CInterpolationAndRenderingSetup setup;
|
||||
const CInterpolationAndRenderingSetupPerCallsign setup;
|
||||
qint64 oldestTs = parts.oldestTimestampMsecsSinceEpoch();
|
||||
|
||||
// Testing for a time >> last time
|
||||
|
||||
Reference in New Issue
Block a user