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
14
namespace
Fullness
15
{
21
class
IDistance
22
{
23
public
:
29
virtual
int32_t
getDistance
() = 0;
30
};
31
}
32
33
#endif
Fullness::IDistance
Interface (abstract) class for mock and real hardware ultrasonic (fullness/distance) sensor....
Definition
IDistance.hpp:22
Fullness::IDistance::getDistance
virtual int32_t getDistance()=0
Returns the distance of the sensor.
components
FullnessComponent
include
IDistance.hpp
Generated by
1.13.2