ZotBins Core
Loading...
Searching...
No Matches
IDistance.hpp
Go to the documentation of this file.
1
8
9#ifndef IDISTANCE_HPP
10#define IDISTANCE_HPP
11
12#include <cstdint>
13
14namespace Fullness
15{
22 {
23 public:
29 virtual int32_t getDistance() = 0;
30 };
31}
32
33#endif
Interface (abstract) class for mock and real hardware ultrasonic (fullness/distance) sensor....
Definition IDistance.hpp:22
virtual int32_t getDistance()=0
Returns the distance of the sensor.