mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 23:35:40 +08:00
* added functions to callsign / callsign list * used in aircraft matcher * also resolve std.livery in matcher * also allow to find aircraft ICAO designator ending with string (e.g. 737 for B737) * renamed CAircraftMatcher::reverseLookup -> CAircraftMatcher::reverselLookupModel * threadsafe isInRange (CAIrspaceMonitor)
This commit is contained in:
@@ -60,6 +60,10 @@ namespace BlackMisc
|
||||
//! Find by ICAO/IATA code or family
|
||||
CAircraftIcaoCodeList findByDesignatorIataOrFamily(const QString &icaoIataOrFamily) const;
|
||||
|
||||
//! Find code ending with string, e.g. "738" finds "B738"
|
||||
//! \remark many users use wrong ICAO designators, one typical mistake is "738" for "B737"
|
||||
CAircraftIcaoCodeList findEndingWith(const QString &icaoEnding) const;
|
||||
|
||||
//! Find by manufacturer
|
||||
CAircraftIcaoCodeList findByManufacturer(const QString &manufacturer) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user