mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T515, functions for matcher setting/getting disabled models
This commit is contained in:
committed by
Mat Sutcliffe
parent
da92f3885c
commit
faddf40ba7
@@ -203,6 +203,12 @@ namespace BlackCore
|
||||
//! \copydoc CAircraftMatcher::disableModelsForMatching
|
||||
virtual void disableModelsForMatching(const BlackMisc::Simulation::CAircraftModelList &removedModels, bool incremental) = 0;
|
||||
|
||||
//! \copydoc CAircraftMatcher::getDisabledModelsForMatching
|
||||
virtual BlackMisc::Simulation::CAircraftModelList getDisabledModelsForMatching() const = 0;
|
||||
|
||||
//! Trigger model set validation
|
||||
virtual bool triggerModelSetValidation(const BlackMisc::Simulation::CSimulatorInfo &simulator) = 0;
|
||||
|
||||
//! \copydoc CAircraftMatcher::restoreDisabledModels
|
||||
virtual void restoreDisabledModels() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user