4#include "include/data_types/attribute/attribute.h"
13 Weight(quint8 weight_kilograms = 0);
16 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 Weight class stores weight in kilograms.
Definition: weight.h:11
namespace ehm_dal::data_types
Definition: attribute.h:6