VATSIM-UK / uk-controller-plugin

UK Controller Plugin for EuroScope 3.2.

Home Page:https://vatsim.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial Altitude Checks use FL

AndyTWF opened this issue ยท comments

In super low pressure situations (e.g. today, 0976hPA), the different between FL and altitude is rather large. In todays case, it's over 1000.

In ES, we use the flight level method to generate the altitude for initial altitude checks. At places like Luton, todays pressure is coming out with FL015, higher than the max altitude check.

We need to use the local pressure instead, which is provided by CRadarTarget::GetPressureAltitude.

TODO:

  • Add a EuroScopeCRadarTargetInterface method GetAltitude()
  • Add the method implementation to the wrapper class
  • Add to the mock
  • Update InitialAltitudeEventHandler and InitialHeadingEventHandler

๐ŸŽ‰ This issue has been resolved in version 5.13.3 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€