Ref T472, use cross-reader (other reader) objects to avoid unnecessary parsing

This commit is contained in:
Klaus Basan
2019-02-19 23:58:32 +01:00
committed by Mat Sutcliffe
parent d5aaf24231
commit 10fff29f97
2 changed files with 37 additions and 8 deletions

View File

@@ -191,6 +191,14 @@ namespace BlackCore
//! Update reader URL
void updateReaderUrl(const BlackMisc::Network::CUrl &url);
//! Get ICAO codes
//! \remark cross reader access
BlackMisc::Aviation::CAircraftIcaoCodeList getAircraftAircraftIcaos() const;
//! Get categories
//! \remark cross reader access
BlackMisc::Aviation::CAircraftCategoryList getAircraftCategories() const;
//! URL livery web service
BlackMisc::Network::CUrl getLiveryUrl(BlackMisc::Db::CDbFlags::DataRetrievalModeFlag mode) const;