Issue #93 Reduce update offset for 5 Hz updates and rename member

This commit is contained in:
Mat Sutcliffe
2021-10-11 18:00:09 +01:00
parent 855c97bc88
commit 8dc206d62b
3 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ namespace BlackMisc::Network
//! \remark related to CNetworkVatlib::c_updatePostionIntervalMsec / c_updateInterimPostionIntervalMsec
//! @{
static constexpr qint64 c_positionTimeOffsetMsec = 6000; //!< offset time for received position updates Ref T297
static constexpr qint64 c_interimPositionTimeOffsetMsec = 1500; //!< offset time for received interim position updates Ref T297
static constexpr qint64 c_minimumPositionTimeOffsetMsec = 700; //!< offset time for vatsim high frequency position updates
//! @}
//! Default constructor.