mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T298, get/set matching setup in context plus some minor style fixes
This commit is contained in:
@@ -57,6 +57,9 @@ namespace BlackCore
|
||||
//! Set the setup
|
||||
void setSetup(const BlackMisc::Simulation::CAircraftMatcherSetup &setup) { m_setup = setup; }
|
||||
|
||||
//! Get the setup
|
||||
BlackMisc::Simulation::CAircraftMatcherSetup getSetup() const { return m_setup; }
|
||||
|
||||
//! Get the closest matching aircraft model from set.
|
||||
//! Result depends on enabled modes.
|
||||
//! \sa MatchingModeFlag
|
||||
|
||||
Reference in New Issue
Block a user