mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #849, aircraft matcher
* support for statistics entries * when setting models, corresponding simulator can be set
This commit is contained in:
committed by
Mathew Sutcliffe
parent
88f7a19d4c
commit
cfca78ec2a
@@ -67,7 +67,7 @@ namespace BlackSample
|
||||
|
||||
// sync definitions, remove redundant ones
|
||||
CAircraftMatcher matcher(CAircraftMatcher::All);
|
||||
matcher.setModelSet(vpRulesReader.getAsModelsFromCache());
|
||||
matcher.setModelSet(vpRulesReader.getAsModelsFromCache(), CSimulatorInfo::FSX);
|
||||
|
||||
CAircraftIcaoCode icao("C172");
|
||||
streamOut << "Searching for " << icao << endl;
|
||||
|
||||
Reference in New Issue
Block a user