mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 22:15:37 +08:00
Issue #77 Break cyclic dependencies between CAircraftParts, CAircraftLights, CAircraftSituation classes
This commit is contained in:
@@ -473,6 +473,10 @@ namespace BlackMisc
|
||||
//! \threadsafe
|
||||
ReverseLookupLogging whatToReverseLog() const;
|
||||
|
||||
//! Set ground elevation from elevation plane and guess ground
|
||||
//! \note requires a sorted list latest first
|
||||
static int setGroundElevationCheckedAndGuessGround(Aviation::CAircraftSituationList &situations, const Geo::CElevationPlane &elevationPlane, Aviation::CAircraftSituation::GndElevationInfo info, const Simulation::CAircraftModel &model, Aviation::CAircraftSituationChange *changeOut, bool *setForOnGroundPosition);
|
||||
|
||||
private:
|
||||
//! Store the latest changes
|
||||
//! \remark latest first
|
||||
|
||||
Reference in New Issue
Block a user