mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Ref T129, use new functions in matcher / airspace monitor
* if ICAO codes are unique, directly use those * if already using a DB object, no need to search further
This commit is contained in:
committed by
Mathew Sutcliffe
parent
2dfb6770da
commit
193565e27c
@@ -209,6 +209,10 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
static QString scoresToString(const BlackMisc::Simulation::ScoredModels &scores, int lastElements = 5);
|
||||
|
||||
//! Designator to object
|
||||
//! \threadsafe
|
||||
static BlackMisc::Aviation::CAirlineIcaoCode stringToAirlineIcaoObject(const QString &designator, bool useSwiftDbData);
|
||||
|
||||
//! Valid designator, allows to check against swift DB
|
||||
//! \threadsafe
|
||||
static bool isValidAirlineIcaoDesignator(const QString &designator, bool checkAgainstSwiftDb);
|
||||
|
||||
Reference in New Issue
Block a user