1
0
Fork 0
flightgear/src/Environment
ehofman 33b6694311 Melchior FRANZ:
The following patches to SimGear & FlightGear ...

- create an FGMetar abstraction layer, whose purpose is:
  * provide defaults for unset values
  * interpolate/randomize data (GREATER_THAN)
  * derive additional values (time, age, snow cover)
  * consider minimum identifier (CAVOK, mil. color codes)
- add rain/hail/snow/snowcover support on the METAR side
- add max age of METAR data handling (currently set to
- add support for an external METAR cache proxy server
- add CAVOK handling
- set missing year/month in regular METAR messages
- fix a small bug in metar.cxx (wrong return value)
2005-01-20 09:28:45 +00:00
..
.cvsignore Initial take of new environment subsystem. Configure with 2002-02-19 14:21:19 +00:00
environment.cxx Fix a problem where the windspeed could be negative in the property tree. Animations relying on this property could become stressed because of that. 2004-03-21 10:57:44 +00:00
environment.hxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
environment_ctrl.cxx Melchior FRANZ: 2005-01-20 09:28:45 +00:00
environment_ctrl.hxx Melchior FRANZ: 2005-01-20 09:28:45 +00:00
environment_mgr.cxx Encapsulate the interpolstion version of FGEnvironment and fix some bugs 2004-02-21 14:04:40 +00:00
environment_mgr.hxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
fgmetar.cxx Melchior FRANZ: 2005-01-20 09:28:45 +00:00
fgmetar.hxx Melchior FRANZ: 2005-01-20 09:28:45 +00:00
Makefile.am Melchior FRANZ: 2005-01-20 09:28:45 +00:00