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

@@ -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)