1
0
Fork 0
flightgear/src/Airports
jmt 14a09673b9 ATIS overhaul by John Denker, adapted to trunk by me.
8:: AWOS is available at AWOS locations.  (Previously only ATIS was
   implemented.)

 9:: ATIS phraseology now more nearly conforms to international
   standard METAR pattern, and therefore to usual FAA practice.(*)

Items marked with a (*) are fully implemented in the /text/ of the
ATIS message, but the voiced version of the message is degraded by
limitations of the FGFS built-in text-to-speech system.

 10:: ATIS now reports sky condition.(*)

 11:: ATIS now reports multiple layers of clouds, not just the lowest
 layer.(*)

 12:: ATIS now takes field elevation into account when calculating
   sky condition and ceiling.

 13:: ATIS now reports dewpoint.(*)

 14:: ATIS now can handle negative quantities (temperature and dewpoint).(*)

 15:: ATIS can now report report fractional-mile visibility.(*)

 16:: ATIS now uses magnetic (not true) wind directions, as it should.

 17:: ATIS generates correct runway number and suffix (nine right,
   one one left).

 18:: ATIS can be received on nav frequencies, not just comm.

 19:: Nothing bad happens if the same ATIS is tuned up on more than
   one receiver.

 20:: ATIS can be updated at times other than at the top of the hour.

 21:: ATIS listens for an "attention" signal, and responds to changes
   in the weather by issuing a new ATIS message (somewhat like a
   "special observation").

 22:: ATIS volume now responds to radio volume setting.

 23:: Area-related services (i.e. approach radar) are handled
   more-nearly consistently with radio-frequency related services.

 24:: ATIS sequence-letter generation has been fixed.

 25:: ATIS messages are now in the property tree, so they can be read
   e.g. via the http interface.
2009-09-18 20:18:54 +02:00
..
.cvsignore Ignore calc_loc program. 2003-06-07 13:54:35 +00:00
apt_loader.cxx ATIS overhaul by John Denker, adapted to trunk by me. 2009-09-18 20:18:54 +02:00
apt_loader.hxx ATIS overhaul by John Denker, adapted to trunk by me. 2009-09-18 20:18:54 +02:00
calc_loc.cxx even more warning fixes 2009-08-23 21:43:09 +02:00
dynamicloader.cxx Two minor (codewise) fixes to ensure everything works as advertised: 2009-09-03 00:02:48 +02:00
dynamicloader.hxx Initial attempt to establish a better integration between AI and ATC code. 2008-07-13 12:51:06 +00:00
dynamics.cxx even more warning fixes 2009-08-23 21:43:09 +02:00
dynamics.hxx even more warning fixes 2009-08-23 21:43:09 +02:00
gnnode.cxx Convert waypoint::CourseAndDistance users to use SGGeodesy helper functions. 2009-06-11 16:05:20 +02:00
gnnode.hxx Convert waypoint::CourseAndDistance users to use SGGeodesy helper functions. 2009-06-11 16:05:20 +02:00
groundnetwork.cxx Two minor (codewise) fixes to ensure everything works as advertised: 2009-09-03 00:02:48 +02:00
groundnetwork.hxx even more warning fixes 2009-08-23 21:43:09 +02:00
Makefile.am X-Plane 850 airport file format parsing. 810 is still supported and may be mixed with new format. 2009-06-15 10:29:45 +02:00
parking.cxx Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
parking.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
pavement.cxx Reserve a special FGPositionned type for pavements 2009-06-15 10:29:45 +02:00
pavement.hxx X-Plane 850 airport file format parsing. 810 is still supported and may be mixed with new format. 2009-06-15 10:29:45 +02:00
runwaybase.cxx Split runway and taxiway into separate classes, with a (new) common base. 2009-01-04 00:08:12 +01:00
runwaybase.hxx turn a few #include paths from the "foo" form to <foo> 2009-05-18 12:24:17 +02:00
runwayprefloader.cxx Fixes for compiling with gcc 4.3 2008-04-13 21:12:36 +00:00
runwayprefloader.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
runwayprefs.cxx Port over remaining Point3D usage to the more type and unit safe SG* classes. 2009-03-18 08:00:08 +01:00
runwayprefs.hxx James Turner: Improved runway management code: 2008-08-14 18:13:39 +00:00
runways.cxx Update FGRunway to process information from threshold.xml files. 2009-09-03 00:02:47 +02:00
runways.hxx Initial framing for reading in-scenery airport data. 2009-09-03 00:02:47 +02:00
sidstar.cxx Suppress warnings 2009-07-02 08:59:16 +02:00
sidstar.hxx A set of additions related to allow the use of SID and STAR procedures. 2009-03-11 23:14:34 +01:00
simple.cxx Trigger lazy loading of Airport data from the scenery on access. 2009-09-03 00:02:47 +02:00
simple.hxx Trigger lazy loading of Airport data from the scenery on access. 2009-09-03 00:02:47 +02:00
xmlloader.cxx Two minor (codewise) fixes to ensure everything works as advertised: 2009-09-03 00:02:48 +02:00
xmlloader.hxx XMLLoader re-factoring. 2009-09-03 00:02:47 +02:00