18 #ifndef STANDARDPRESSUREGENERATOR_H
19 #define STANDARDPRESSUREGENERATOR_H
38 bool create(
const size_t& param, std::vector<MeteoData>& vecMeteo);
Interface class for the generator models. These models generate data for a specific parameter when al...
Definition: GeneratorAlgorithms.h:110
bool create(const size_t ¶m, std::vector< MeteoData > &vecMeteo)
Definition: StdPressGenerator.cc:36
Standard atmospheric pressure generator. Generate a standard atmosphere's pressure, depending on the local elevation.
Definition: StdPressGenerator.h:33
virtual void parse_args(const std::vector< std::string > &i_vecArgs)
Definition: GeneratorAlgorithms.cc:163
StandardPressureGenerator(const std::vector< std::string > &vecArgs, const std::string &i_algo)
Definition: StdPressGenerator.h:35
A class to represent a singular measurement received from one station at a certain time (represented ...
Definition: MeteoData.h:101
bool generate(const size_t ¶m, MeteoData &md)
Definition: StdPressGenerator.cc:24