MeteoIODoc 2.11.0
meteoParam Struct Reference

#include <MeteoBlue.h>

Public Member Functions

 METEOPARAM ()
 
 METEOPARAM (const MeteoGrids::Parameters &i_param)
 
 METEOPARAM (const MeteoGrids::Parameters &i_param, const double &multiplier, const double &offset)
 
std::string getParameterName () const
 
double convertValue (const double &val) const
 
std::string toString () const
 

Public Attributes

MeteoGrids::Parameters param
 
double units_multiplier
 
double units_offset
 first we apply the multiplier, THEN the offset More...
 

Member Function Documentation

◆ convertValue()

double meteoParam::convertValue ( const double &  val) const
inline

◆ getParameterName()

std::string meteoParam::getParameterName ( ) const
inline

◆ METEOPARAM() [1/3]

meteoParam::METEOPARAM ( )
inline

◆ METEOPARAM() [2/3]

meteoParam::METEOPARAM ( const MeteoGrids::Parameters &  i_param)
inline

◆ METEOPARAM() [3/3]

meteoParam::METEOPARAM ( const MeteoGrids::Parameters &  i_param,
const double &  multiplier,
const double &  offset 
)
inline

◆ toString()

std::string meteoParam::toString ( ) const
inline

Member Data Documentation

◆ param

MeteoGrids::Parameters meteoParam::param

◆ units_multiplier

double meteoParam::units_multiplier

◆ units_offset

double meteoParam::units_offset

first we apply the multiplier, THEN the offset


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