mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #666 XBus expects timestamp relative to current time, in case core and sim PCs run with different clock times.
This commit is contained in:
@@ -103,7 +103,7 @@ namespace BlackSimPlugin
|
||||
void removeAllPlanes();
|
||||
|
||||
//! \copydoc XBus::CTraffic::addPlanePosition
|
||||
void addPlanePosition(const QString &callsign, double latitude, double longitude, double altitude, double pitch, double roll, double heading, qint64 time);
|
||||
void addPlanePosition(const QString &callsign, double latitude, double longitude, double altitude, double pitch, double roll, double heading, qint64 relativeTime);
|
||||
|
||||
//! \copydoc XBus::CTraffic::setPlaneSurfaces
|
||||
void setPlaneSurfaces(const QString &callsign, double gear, double flap, double spoiler, double speedBrake, double slat, double wingSweep, double thrust,
|
||||
|
||||
Reference in New Issue
Block a user