mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 21:35:40 +08:00
* discussion: https://dev.vatsim-germany.org/boards/22/topics/2027?r=2040#message-2040 * fixed bug with ATC station component, wrong signals for booked stations * booked stations loading to frequently (for each minor change such as online), changed to timestamp based concept * update booked stations with receiving ATIS/voiceroom to online * CDigestSignal class: new class and methods for collecting signals, avoiding too many signals - one of the cures for the performance issues * fixed bug found during testing, missing start for timers when connecting to network
This commit is contained in:
@@ -145,10 +145,10 @@ private:
|
||||
bool isMainPageSelected(MainPageIndex mainPage) const;
|
||||
|
||||
//! Start all update timers
|
||||
void startUpdateTimers();
|
||||
void startUpdateTimersWhenConnected();
|
||||
|
||||
//! Stop all update timers
|
||||
void stopUpdateTimers();
|
||||
void stopUpdateTimersWhenDisconnected();
|
||||
|
||||
/*!
|
||||
* \brief Stop all timers
|
||||
|
||||
Reference in New Issue
Block a user