mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T27, preparation for refactoring, turned private slots into normal member functions
* Motivation: slots no longer required, and in the driver the (small) slot overhead might matter * renamed some members to better reflect future use * timer intervals as constexpr * fixed some typos and comments
This commit is contained in:
@@ -332,7 +332,7 @@ namespace BlackMisc
|
||||
//! Compare for index
|
||||
int comparePropertyByIndex(const CPropertyIndex &index, const CSimulatedAircraft &compareValue) const;
|
||||
|
||||
//! Get model
|
||||
//! Get model (model used for mapping)
|
||||
const BlackMisc::Simulation::CAircraftModel &getModel() const { return m_models[CurrentModel]; }
|
||||
|
||||
//! Get network model
|
||||
|
||||
Reference in New Issue
Block a user