|
FlightGear next
|
#include <cstring>#include "metarproperties.hxx"#include "environment_mgr.hxx"#include "fgmetar.hxx"#include "environment.hxx"#include "atmosphere.hxx"#include "metarairportfilter.hxx"#include <simgear/scene/sky/cloud.hxx>#include <simgear/structure/exception.hxx>#include <simgear/misc/strutils.hxx>#include <simgear/magvar/magvar.hxx>#include <simgear/timing/sg_time.hxx>#include <Main/fg_props.hxx>Go to the source code of this file.
Classes | |
| class | Environment::MagneticVariation |
| Helper class to wrap SGMagVar functionality and cache the variation and dip for a certain position. More... | |
Namespaces | |
| namespace | Environment |
Functions | |
| static void | Environment::calc_wind_hs (double north_fps, double east_fps, int &heading_deg, double &speed_kt) |
| static void | Environment::calc_wind_ne (double heading_deg, double speed_kt, double &north_fps, double &east_fps) |
Variables | |
| static std::vector< string > | Environment::coverage_string |
| static const double | Environment::thickness_value [] = { 0, 65, 600, 750, 1000 } |