mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
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:
@@ -86,6 +86,9 @@ namespace BlackMisc
|
||||
//! Set the current time as timestamp
|
||||
void setCurrentUtcTime();
|
||||
|
||||
//! Add the given number of milliseconds to the timestamp.
|
||||
void addMsecs(qint64 ms);
|
||||
|
||||
//! Formatted timestamp
|
||||
QString getFormattedUtcTimestampDhms() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user