8 : m_value(
value), m_isGood(isGood), m_difference(m_value) {}
double value() const
its value
void setValue(const double &val)
set its value and turn into good the coefficient
double operator*=(const double &var)
update the value and turn into good the coefficient
bool status() const
its status
double m_difference
the difference with the previous value
bool m_isGood
if it is good
CalibCoeff(const double &value=1., const bool &isGood=false)
ctor
double m_value
the actual value
void setStatus(const bool &stat)
set its value and turn into good the coefficient
double difference() const
the abs difference wrt prev value