10#define REAL_WEIGHT_HPP
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
int32_t getWeight() override
Returns the weight.
Definition RealWeight.cpp:17
RealWeight()
Constructs an instance of the RealWeight class.
Definition RealWeight.cpp:5