mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T275, allow to disable airspace watchdog (needed when debugging to avoid timeouts)
This commit is contained in:
@@ -303,6 +303,14 @@ namespace BlackCore
|
||||
m_bookingsRequested = true;
|
||||
}
|
||||
|
||||
void CAirspaceMonitor::enableWatchdog(bool enable)
|
||||
{
|
||||
if (this->analyzer())
|
||||
{
|
||||
this->analyzer()->setEnabled(enable);
|
||||
}
|
||||
}
|
||||
|
||||
void CAirspaceMonitor::testCreateDummyOnlineAtcStations(int number)
|
||||
{
|
||||
if (number < 1) { return; }
|
||||
|
||||
Reference in New Issue
Block a user