mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #375 Rename CNetworkVatlib::update to sendPositionUpdate
This commit is contained in:
@@ -145,7 +145,7 @@ namespace BlackCore
|
||||
|
||||
private slots:
|
||||
void process();
|
||||
void update();
|
||||
void sendPositionUpdate();
|
||||
void customPacketDispatcher(const BlackMisc::Aviation::CCallsign &callsign, const QString &packetId, const QStringList &data);
|
||||
|
||||
signals:
|
||||
@@ -170,7 +170,7 @@ namespace BlackCore
|
||||
bool m_sendInterimPositions = false; //!< send interim positions
|
||||
|
||||
QTimer m_processingTimer;
|
||||
QTimer m_updateTimer;
|
||||
QTimer m_positionUpdateTimer;
|
||||
static int const c_processingIntervalMsec = 100;
|
||||
static int const c_updateIntervalMsec = 5000;
|
||||
static int const c_logoffTimeoutSec = 5;
|
||||
|
||||
Reference in New Issue
Block a user