mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Allow to find and select the default distributors
This commit is contained in:
@@ -53,6 +53,9 @@ namespace BlackMisc
|
||||
//! \remark model strings may have a pattern which makes it impossible to find the distributor
|
||||
CDistributor findByModelData(const CAircraftModel &model) const;
|
||||
|
||||
//! Find the FS family standard distributors
|
||||
CDistributorList findFsFamilyStandard() const;
|
||||
|
||||
//! Best match by given pattern
|
||||
CDistributor smartDistributorSelector(const CDistributor &distributorPattern) const;
|
||||
|
||||
@@ -68,6 +71,9 @@ namespace BlackMisc
|
||||
//! Find for given simulator
|
||||
CDistributorList matchesSimulator(const CSimulatorInfo &simulator) const;
|
||||
|
||||
//! Find all for all FS simulators
|
||||
CDistributorList matchesAnyFsFamily() const;
|
||||
|
||||
//! All data from DB?
|
||||
bool isCompletelyFromDb() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user