mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #452, updated aircraft providers
* to update own Aircraft/Airline ICAO codes signature * get aircraft in range for callsign
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8dba22f7f0
commit
dbcc540313
@@ -34,6 +34,11 @@ namespace BlackMisc
|
||||
return m_aircraft.findFirstByCallsign(callsign);
|
||||
}
|
||||
|
||||
CAircraftModel CRemoteAircraftProviderDummy::getAircraftInRangeModelForCallsign(const CCallsign &callsign) const
|
||||
{
|
||||
return getAircraftInRangeForCallsign(callsign).getModel();
|
||||
}
|
||||
|
||||
CAirspaceAircraftSnapshot CRemoteAircraftProviderDummy::getLatestAirspaceAircraftSnapshot() const
|
||||
{
|
||||
return CAirspaceAircraftSnapshot(m_aircraft);
|
||||
|
||||
Reference in New Issue
Block a user