18 #ifndef PROCUNDERCATCH_WMO_H
19 #define PROCUNDERCATCH_WMO_H
71 virtual void process(
const unsigned int& param,
const std::vector<MeteoData>& ivec,
72 std::vector<MeteoData>& ovec);
75 typedef enum SENSOR_TYPE {
88 typedef enum PRECIP_TYPE {
94 void parse_args(std::vector<std::string> filter_args);
97 double factor_snow, factor_mixed;
99 static const double Tsnow_WMO, Train_WMO;
Correct precipitation for undercatch in winter conditions.
Definition: ProcUndercatch_WMO.h:67
An abstract class.
Definition: ProcessingBlock.h:63
ProcUndercatch_WMO(const std::vector< std::string > &vec_args, const std::string &name)
Definition: ProcUndercatch_WMO.cc:28
virtual void process(const unsigned int ¶m, const std::vector< MeteoData > &ivec, std::vector< MeteoData > &ovec)
Definition: ProcUndercatch_WMO.cc:36