1
0
Fork 0
flightgear/src/ATC
Richard Senior 29fe6569c4 Fix incorrect QNH in spoken ATIS when using live weather fetch
When using live weather fetch, the QNH should be obtained from
environment/metar/pressure-inhg.

See: http://sourceforge.net/p/flightgear/mailman/message/35037125

Add new method getQnhInHg to ATISInformationProvider and its implementations
to avoid rounding errors converting from hPa back to inches in ATIS reports.

The CurrentWeatherATISInformationProvider (used when live weather fetch is
not in use) continues to use the property environment/pressure-sea-level-inhg.
This produces the incorrect QNH at airports significantly above sea level
but this needs fixing elsewhere to calculate the correct QNH.
2016-04-26 10:52:29 +01:00
..
atc_mgr.cxx Make TrafficRecord own its AIAircraft. 2016-01-04 13:34:39 -06:00
atc_mgr.hxx Make TrafficRecord own its AIAircraft. 2016-01-04 13:34:39 -06:00
atcdialog.cxx Reformatting. 2015-05-14 18:20:25 +02:00
atcdialog.hxx Get the ATC frequency dialogs working again for the 2.6 release. 2011-12-27 22:55:52 +00:00
ATISEncoder.cxx Fix incorrect QNH in spoken ATIS when using live weather fetch 2016-04-26 10:52:29 +01:00
ATISEncoder.hxx Fix incorrect QNH in spoken ATIS when using live weather fetch 2016-04-26 10:52:29 +01:00
CMakeLists.txt Split GroundNetwork class down the middle 2015-12-10 15:53:05 -06:00
CommStation.cxx Clean up/simplify NasalPositioned_cppbind 2013-03-06 23:21:49 +01:00
CommStation.hxx Clean up/simplify NasalPositioned_cppbind 2013-03-06 23:21:49 +01:00
CurrentWeatherATISInformationProvider.cxx Fix incorrect QNH in spoken ATIS when using live weather fetch 2016-04-26 10:52:29 +01:00
CurrentWeatherATISInformationProvider.hxx Fix incorrect QNH in spoken ATIS when using live weather fetch 2016-04-26 10:52:29 +01:00
GroundController.cxx Use SGTime instead of time() in traffic/AI code 2016-01-05 23:19:28 -06:00
GroundController.hxx Split GroundNetwork class down the middle 2015-12-10 15:53:05 -06:00
MetarPropertiesATISInformationProvider.cxx Fix incorrect QNH in spoken ATIS when using live weather fetch 2016-04-26 10:52:29 +01:00
MetarPropertiesATISInformationProvider.hxx Fix incorrect QNH in spoken ATIS when using live weather fetch 2016-04-26 10:52:29 +01:00
trafficcontrol.cxx Different fix for traffic shutdown crash. 2016-04-15 16:26:54 +01:00
trafficcontrol.hxx Different fix for traffic shutdown crash. 2016-04-15 16:26:54 +01:00