21 #ifndef SNOWPACKCONFIG_H
22 #define SNOWPACKCONFIG_H
24 #include <meteoio/MeteoIO.h>
42 bool enforce_measured_snow_heights;
44 static const bool __init;
45 static bool initStaticData();
46 static std::map<std::string, std::string> advancedConfig, inputConfig, outputConfig;
Definition: SnowpackConfig.h:28
~SnowpackConfig()
Definition: SnowpackConfig.h:38
SnowpackConfig(const std::string &i_filename)
Main constructor. The file is parsed and a key/value map object is internally created furthermore all...
Definition: SnowpackConfig.cc:164