mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T701, reverse lookup against given model list (which could be the model set)
This commit is contained in:
committed by
Mat Sutcliffe
parent
b3af9bc356
commit
69b3402301
@@ -89,6 +89,26 @@ namespace BlackCore
|
||||
const QString &primaryIcao, const QString &secondaryIcao,
|
||||
bool airlineFromCallsign, bool useWebServices, BlackMisc::CStatusMessageList *log = nullptr);
|
||||
|
||||
//! Return an valid airline ICAO code from a given model list
|
||||
//! \remarks model list could be the model set
|
||||
//! \threadsafe
|
||||
static BlackMisc::Aviation::CAirlineIcaoCode failoverValidAirlineIcaoDesignator(
|
||||
const BlackMisc::Aviation::CCallsign &callsign,
|
||||
const QString &primaryIcao, const QString &secondaryIcao,
|
||||
bool airlineFromCallsign,
|
||||
const BlackMisc::Simulation::CAircraftModelList &models,
|
||||
BlackMisc::CStatusMessageList *log = nullptr);
|
||||
|
||||
//! Return an valid airline ICAO code from a given model list and use webservices if NOT found
|
||||
//! \remarks model list could be the model set
|
||||
//! \threadsafe
|
||||
static BlackMisc::Aviation::CAirlineIcaoCode failoverValidAirlineIcaoDesignatorModelsFirst(
|
||||
const BlackMisc::Aviation::CCallsign &callsign,
|
||||
const QString &primaryIcao, const QString &secondaryIcao,
|
||||
bool airlineFromCallsign,
|
||||
const BlackMisc::Simulation::CAircraftModelList &models,
|
||||
BlackMisc::CStatusMessageList *log = nullptr);
|
||||
|
||||
//! Run the network reverse lookup script
|
||||
//! \threadsafe
|
||||
//! \ingroup reverselookup
|
||||
|
||||
Reference in New Issue
Block a user