Ref T185 Enable spline interpolation with only one position update,

by just copying it three times, so planes can be rendered without waiting for more updates.
This commit is contained in:
Mathew Sutcliffe
2017-11-08 21:32:14 +00:00
parent 2f54e00d65
commit e0d9fb9df1
7 changed files with 35 additions and 0 deletions

View File

@@ -137,6 +137,11 @@ namespace BlackMisc
this->m_timestampMSecsSinceEpoch = QDateTime::currentMSecsSinceEpoch();
}
void ITimestampBased::addMsecs(qint64 ms)
{
this->m_timestampMSecsSinceEpoch += ms;
}
QString ITimestampBased::getFormattedUtcTimestampDhms() const
{
return this->hasValidTimestamp() ?