mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Ref T515, functions for matcher setting/getting disabled models
This commit is contained in:
committed by
Mat Sutcliffe
parent
da92f3885c
commit
faddf40ba7
@@ -140,12 +140,27 @@ namespace BlackCore
|
||||
Q_UNUSED(incremental);
|
||||
}
|
||||
|
||||
//! \copydoc CAircraftMatcher::getDisabledModelsForMatching
|
||||
virtual BlackMisc::Simulation::CAircraftModelList getDisabledModelsForMatching() const override
|
||||
{
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return BlackMisc::Simulation::CAircraftModelList();
|
||||
}
|
||||
|
||||
//! \copydoc CAircraftMatcher::restoreDisabledModels
|
||||
virtual void restoreDisabledModels() override
|
||||
{
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
}
|
||||
|
||||
//! \copydoc BlackMisc::Simulation::CBackgroundValidation::triggerValidation
|
||||
virtual bool triggerModelSetValidation(const BlackMisc::Simulation::CSimulatorInfo &simulator) override
|
||||
{
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
Q_UNUSED(simulator);
|
||||
return false;
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::isKnownModel
|
||||
virtual bool isKnownModel(const QString &modelstring) const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user