Ref T261, move default offset times to FSD setup

* make it available in "blackmisc"
* remove dependency from "VATSIM"
This commit is contained in:
Klaus Basan
2018-04-28 02:33:32 +02:00
committed by Roland Winklmeier
parent 4fe09aa618
commit a1b2e92684
4 changed files with 15 additions and 15 deletions

View File

@@ -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() {}