Ref T242, utility functions for matching

* search among airline aircraft
* improved logging information
* search among airline ICAO aircraft (which aircraft does the airline use?)
* check ecosystem before merging with VATSIM data
This commit is contained in:
Klaus Basan
2018-02-07 05:21:41 +01:00
parent 10f942e702
commit e001b0338f
14 changed files with 231 additions and 27 deletions

View File

@@ -90,6 +90,9 @@ namespace BlackMisc
//! Get country, e.g. "FRANCE"
const CCountry &getCountry() const { return m_country; }
//! Designator and DB key
QString getDesignatorDbKey() const;
//! Combined string designator, name, country
QString getDesignatorNameCountry() const;