mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Category matcher using full model set and also reduced models
* Based on FS report here: https://swift-project.slack.com/archives/G96QTUBEG/p1559071176005100 * Return reduced models and not full set if no category matching applies
This commit is contained in:
committed by
Mat Sutcliffe
parent
50412aa0d1
commit
c33dfce481
@@ -44,7 +44,9 @@ namespace BlackMisc
|
||||
//! @}
|
||||
|
||||
//! Reduce by categories
|
||||
CAircraftModelList reduceByCategories(const CAircraftModelList &modelSet, const CAircraftMatcherSetup &setup, const CSimulatedAircraft &remoteAircraft, bool &reduced, bool shortLog, CStatusMessageList *log = nullptr) const;
|
||||
CAircraftModelList reduceByCategories(
|
||||
const CAircraftModelList &alreadyMatchedModels, const CAircraftModelList &modelSet,
|
||||
const CAircraftMatcherSetup &setup, const CSimulatedAircraft &remoteAircraft, bool &reduced, bool shortLog, CStatusMessageList *log = nullptr) const;
|
||||
|
||||
private:
|
||||
//! Glider?
|
||||
|
||||
Reference in New Issue
Block a user