mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Ref T717, simulator adjustments to support "TEST AIRCRAFT"
This commit is contained in:
@@ -1019,6 +1019,11 @@ namespace BlackCore
|
||||
m_remoteAircraftProviderConnections.disconnectAll(); // disconnect signals from provider
|
||||
}
|
||||
|
||||
bool ISimulator::isAircraftInRangeOrTestMode(const CCallsign &callsign) const
|
||||
{
|
||||
return this->isTestMode() || this->isAircraftInRange(callsign);
|
||||
}
|
||||
|
||||
bool ISimulator::disconnectFrom()
|
||||
{
|
||||
// supposed to be overridden
|
||||
|
||||
Reference in New Issue
Block a user