FlightGear next
fgmetar.cxx File Reference

Implements FGMetar class that inherits from SGMetar. More...

#include <simgear/math/sg_random.hxx>
#include <simgear/timing/sg_time.hxx>
#include <simgear/timing/lowleveltime.h>
#include <Main/fg_props.hxx>
#include "fgmetar.hxx"

Go to the source code of this file.

Variables

const double CAVOK_VISIBILITY = 9999.0
 

Detailed Description

Implements FGMetar class that inherits from SGMetar.

o provide defaults for unset values o interpolate/randomize data (GREATER_THAN) o derive additional values (time, age, snow cover) o consider minimum identifier (CAVOK, mil. color codes)

TODO

  • NSC & mil. color codes

Definition in file fgmetar.cxx.

Variable Documentation

◆ CAVOK_VISIBILITY

const double CAVOK_VISIBILITY = 9999.0

Definition at line 32 of file fgmetar.cxx.