mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Ref T717, unify test aircraft callsign
This commit is contained in:
@@ -653,6 +653,12 @@ namespace BlackCore
|
||||
return (status.testFlag(Connected) || status.testFlag(Simulating) || status.testFlag(Paused));
|
||||
}
|
||||
|
||||
const CCallsign &ISimulator::getTestCallsign()
|
||||
{
|
||||
static const CCallsign cs("SWIFT");
|
||||
return cs;
|
||||
}
|
||||
|
||||
ISimulator::ISimulator(const CSimulatorPluginInfo &pluginInfo,
|
||||
IOwnAircraftProvider *ownAircraftProvider,
|
||||
IRemoteAircraftProvider *remoteAircraftProvider,
|
||||
|
||||
Reference in New Issue
Block a user