4#include "include/data_types/attribute/attribute.h"
13 Height(quint8 height_centimetres = 0);
21 inline constexpr quint8 upperLimit()
const override {
return 255; }
The Attribute class is a template class for attribute-like values with lower and upper limit values.
Definition: attribute.h:12
The Height class stores height in centimetres.
Definition: height.h:11
double toMetres() const
Returns the height in metres.
namespace ehm_dal::data_types
Definition: attribute.h:6