mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T275, utility functions in simulated aircraft, sim object ..
This commit is contained in:
@@ -68,6 +68,12 @@ namespace BlackSimPlugin
|
||||
//! Set the aircraft
|
||||
void setAircraft(const BlackMisc::Simulation::CSimulatedAircraft &aircraft);
|
||||
|
||||
//! Set model string
|
||||
void setAircraftModelString(const QString &modelString);
|
||||
|
||||
//! Set CG
|
||||
void setAircraftCG(const BlackMisc::PhysicalQuantities::CLength &cg);
|
||||
|
||||
//! Get current lights (requested from simulator)
|
||||
const BlackMisc::Aviation::CAircraftLights &getCurrentLightsInSimulator() const { return m_currentLightsInSim; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user