scenario_simulator_v2 C++ API
Public Member Functions | Public Attributes | List of all members
openscenario_interpreter::syntax::Weather Struct Reference

#include <weather.hpp>

Collaboration diagram for openscenario_interpreter::syntax::Weather:
Collaboration graph
[legend]

Public Member Functions

 Weather ()=default
 
 Weather (const pugi::xml_node &, Scope &)
 

Public Attributes

const Double atmospheric_pressure
 
const Double temperature
 
const FractionalCloudCover fractional_cloud_cover
 
const Sun sun
 
const Fog fog
 
const Precipitation precipitation
 
const Wind wind
 
const DomeImage dome_image
 

Constructor & Destructor Documentation

◆ Weather() [1/2]

openscenario_interpreter::syntax::Weather::Weather ( )
default

◆ Weather() [2/2]

openscenario_interpreter::syntax::Weather::Weather ( const pugi::xml_node &  node,
Scope scope 
)
explicit

Member Data Documentation

◆ atmospheric_pressure

const Double openscenario_interpreter::syntax::Weather::atmospheric_pressure

◆ dome_image

const DomeImage openscenario_interpreter::syntax::Weather::dome_image

◆ fog

const Fog openscenario_interpreter::syntax::Weather::fog

◆ fractional_cloud_cover

const FractionalCloudCover openscenario_interpreter::syntax::Weather::fractional_cloud_cover

◆ precipitation

const Precipitation openscenario_interpreter::syntax::Weather::precipitation

◆ sun

const Sun openscenario_interpreter::syntax::Weather::sun

◆ temperature

const Double openscenario_interpreter::syntax::Weather::temperature

◆ wind

const Wind openscenario_interpreter::syntax::Weather::wind

The documentation for this struct was generated from the following files: