mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
fix: Update src/misc/simulation/settings/simulatorsettings.h
Co-authored-by: Lars Toenning <dev@ltoenning.de>
This commit is contained in:
@@ -121,9 +121,9 @@ namespace swift::misc::simulation::settings
|
|||||||
bool setRecordedGndRadius(const swift::misc::physical_quantities::CLength &radius);
|
bool setRecordedGndRadius(const swift::misc::physical_quantities::CLength &radius);
|
||||||
|
|
||||||
//! Reads the settings for automatic loading when starting swiftgui
|
//! Reads the settings for automatic loading when starting swiftgui
|
||||||
bool getPropertyWithDbEntry() { return m_withDbEntry; }
|
bool getPropertyWithDbEntry() const { return m_withDbEntry; }
|
||||||
bool getPropertyModelSet() { return m_modelSet; }
|
bool getPropertyModelSet() const { return m_modelSet; }
|
||||||
bool getPropertyDistributorFiltered() { return m_distributorFiltered; }
|
bool getPropertyDistributorFiltered() const { return m_distributorFiltered; }
|
||||||
|
|
||||||
//! Reset the paths
|
//! Reset the paths
|
||||||
void resetPaths();
|
void resetPaths();
|
||||||
|
|||||||
Reference in New Issue
Block a user