mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +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
@@ -132,12 +132,6 @@ namespace BlackCore
|
||||
//! Command line options this library can handle
|
||||
static const QList<QCommandLineOption> &getCmdLineOptions();
|
||||
|
||||
//! 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
|
||||
//! @}
|
||||
|
||||
private:
|
||||
static int constexpr c_processingIntervalMsec = 100; //!< interval for the processing timer
|
||||
static int constexpr c_updatePostionIntervalMsec = 5000; //!< interval for the position update timer (send our position to network)
|
||||
|
||||
Reference in New Issue
Block a user