Ref T111, added utility functions used for swift plugin (dummy driver)

* new reader functions
* plugin info
This commit is contained in:
Klaus Basan
2017-07-26 14:05:12 +02:00
committed by Mathew Sutcliffe
parent 29e1d54e05
commit b1295cd457
11 changed files with 75 additions and 13 deletions

View File

@@ -223,7 +223,7 @@ namespace BlackCore
//! Model completer string
//! \threadsafe
QStringList getModelCompleterStrings(bool sorted = true) const;
QStringList getModelCompleterStrings(bool sorted = true, const BlackMisc::Simulation::CSimulatorInfo &simulator = { BlackMisc::Simulation::CSimulatorInfo::All }) const;
//! Models for combined code and aircraft designator
//! \threadsafe
@@ -313,6 +313,10 @@ namespace BlackCore
//! \threadsafe
int getAirportsCount() const;
//! Get airport for ICAO designator
//! \threadsafe
BlackMisc::Aviation::CAirport getAirportForIcaoDesignator(const QString &icao) const;
//! Get METARs
//! \threadsafe
BlackMisc::Weather::CMetarList getMetars() const;