mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
[AFV] Utility functions to update simulator settings
This commit is contained in:
committed by
Mat Sutcliffe
parent
124432ceb1
commit
63cc2a7e3e
@@ -91,6 +91,17 @@ namespace BlackCore
|
||||
//! \fixme To be removed with Qt 5.5 when getSimualtorStatus directly provides the enum
|
||||
BlackCore::ISimulator::SimulatorStatus getSimulatorStatusEnum() const;
|
||||
|
||||
// ---- some convenienc functions implemented on interface level
|
||||
|
||||
//! Current simulator
|
||||
BlackMisc::Simulation::CSimulatorInfo getSimulatorInfo() const;
|
||||
|
||||
//! Update current settings
|
||||
bool updateCurrentSettings(const BlackMisc::Simulation::Settings::CSimulatorSettings &settings);
|
||||
|
||||
//! Update current setting for COM integration (aka "synced")
|
||||
bool updateCurrentSettingComIntegration(bool comIntegration);
|
||||
|
||||
signals:
|
||||
//! Simulator combined status
|
||||
//! \sa ISimulator::SimulatorStatus
|
||||
|
||||
Reference in New Issue
Block a user