mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
Ref T472, use cross-reader (other reader) objects to avoid unnecessary parsing
This commit is contained in:
committed by
Mat Sutcliffe
parent
d5aaf24231
commit
10fff29f97
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user