FlightGear next
Environment::Presets Namespace Reference

A wrapper for presets of environment properties mainly set from the command line with –wind=270@10, visibility=1600 etc. More...

Classes

class  Ceiling
 
class  PresetBase
 
class  Turbulence
 
class  Visibility
 
class  Wind
 

Typedefs

typedef simgear::Singleton< CeilingCeilingSingleton
 
typedef simgear::Singleton< TurbulenceTurbulenceSingleton
 
typedef simgear::Singleton< WindWindSingleton
 
typedef simgear::Singleton< VisibilityVisibilitySingleton
 

Detailed Description

A wrapper for presets of environment properties mainly set from the command line with –wind=270@10, visibility=1600 etc.

Typedef Documentation

◆ CeilingSingleton

typedef simgear::Singleton<Ceiling> Environment::Presets::CeilingSingleton

Definition at line 57 of file presets.hxx.

◆ TurbulenceSingleton

Definition at line 67 of file presets.hxx.

◆ VisibilitySingleton

Definition at line 88 of file presets.hxx.

◆ WindSingleton

typedef simgear::Singleton<Wind> Environment::Presets::WindSingleton

Definition at line 78 of file presets.hxx.