mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45: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
@@ -180,6 +180,16 @@ namespace BlackCore
|
||||
m_dBusInterface->callDBus(QLatin1String("disableModelsForMatching"), removedModels, incremental);
|
||||
}
|
||||
|
||||
CAircraftModelList CContextSimulatorProxy::getDisabledModelsForMatching() const
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<BlackMisc::Simulation::CAircraftModelList>(QLatin1String("getDisabledModelsForMatching"));
|
||||
}
|
||||
|
||||
bool CContextSimulatorProxy::triggerModelSetValidation(const CSimulatorInfo &simulator)
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<bool>(QLatin1String("triggerModelSetValidation"), simulator);
|
||||
}
|
||||
|
||||
void CContextSimulatorProxy::restoreDisabledModels()
|
||||
{
|
||||
m_dBusInterface->callDBus(QLatin1String("restoreDisabledModels"));
|
||||
|
||||
Reference in New Issue
Block a user