18 #ifndef FilterOffsetsnowdepth_H
19 #define FilterOffsetsnowdepth_H
68 virtual void process(
const unsigned int& param,
const std::vector<MeteoData>& ivec,
69 std::vector<MeteoData>& ovec);
72 void parse_args(std::vector<std::string> vec_args);
virtual void process(const unsigned int ¶m, const std::vector< MeteoData > &ivec, std::vector< MeteoData > &ovec)
Definition: FilterOffsetsnowdepth.cc:31
FilterOffsetsnowdepth(const std::vector< std::string > &vec_args, const std::string &name)
Definition: FilterOffsetsnowdepth.cc:24
Correct offset of snow depth (HS) measurements because of wrong offset justifications of the sensor F...
Definition: FilterOffsetsnowdepth.h:64
Definition: WindowedFilter.h:34