Header file for IWeight class.
Interface (abstract) class for mock and real hardware weight sensor. Used to inherit the getWeight me...
Definition IWeight.hpp:22
WeightMetric(IWeight &weightSensor)
Construct a new Weight object.
Definition WeightMetric.cpp:5
int32_t getWeight()
Returns the weight.
Definition WeightMetric.cpp:10