mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T261, move default offset times to FSD setup
* make it available in "blackmisc" * remove dependency from "VATSIM"
This commit is contained in:
committed by
Roland Winklmeier
parent
4fe09aa618
commit
a1b2e92684
@@ -56,6 +56,12 @@ namespace BlackMisc
|
||||
};
|
||||
Q_DECLARE_FLAGS(SendReceiveDetails, SendReceiveDetailsFlag)
|
||||
|
||||
//! Offset times basically telling when to expect the next value from network plus some reserve
|
||||
//! @{
|
||||
static qint64 constexpr c_positionTimeOffsetMsec = 6000; //!< offset time for received position updates
|
||||
static qint64 constexpr c_interimPositionTimeOffsetMsec = 2000; //!< offset time for received interim position updates
|
||||
//! @}
|
||||
|
||||
//! Default constructor.
|
||||
CFsdSetup() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user