ZotBins Core
|
Interface (abstract) class for mock and real hardware weight sensor. Used to inherit the getWeight method in derived classes. More...
#include <IWeight.hpp>
Public Member Functions | |
virtual int32_t | getWeight ()=0 |
Returns the weight of the sensor. | |
Interface (abstract) class for mock and real hardware weight sensor. Used to inherit the getWeight method in derived classes.
|
pure virtual |
Returns the weight of the sensor.
Implemented in Weight::MockWeight, and Weight::RealWeight.