mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Ref T298, get/set matching setup in context plus some minor style fixes
This commit is contained in:
@@ -263,5 +263,15 @@ namespace BlackCore
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<CMatchingStatistics>(QLatin1String("getCurrentMatchingStatistics"), missingOnly);
|
||||
}
|
||||
|
||||
void CContextSimulatorProxy::setMatchingSetup(const CAircraftMatcherSetup &setup)
|
||||
{
|
||||
m_dBusInterface->callDBus(QLatin1String("setMatchingSetup"), setup);
|
||||
}
|
||||
|
||||
CAircraftMatcherSetup CContextSimulatorProxy::getMatchingSetup() const
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<CAircraftMatcherSetup>(QLatin1String("getMatchingSetup"));
|
||||
}
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user