FlightGear next
|
#include <simgear/structure/Singleton.hxx>
#include <simgear/props/props.hxx>
Go to the source code of this file.
Classes | |
class | Environment::Presets::PresetBase |
class | Environment::Presets::Ceiling |
class | Environment::Presets::Turbulence |
class | Environment::Presets::Wind |
class | Environment::Presets::Visibility |
Namespaces | |
namespace | Environment |
namespace | Environment::Presets |
A wrapper for presets of environment properties mainly set from the command line with –wind=270@10, visibility=1600 etc. | |
Typedefs | |
typedef simgear::Singleton< Ceiling > | Environment::Presets::CeilingSingleton |
typedef simgear::Singleton< Turbulence > | Environment::Presets::TurbulenceSingleton |
typedef simgear::Singleton< Wind > | Environment::Presets::WindSingleton |
typedef simgear::Singleton< Visibility > | Environment::Presets::VisibilitySingleton |