|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <driver/driver.hpp>#include <inplace_function/inplace_function.hpp>#include <type_safe/optional.hpp>

Classes | |
| class | embvm::tof::sensor |
| This class defines common time-of-flight (ToF) sensor interfaces. More... | |
Namespaces | |
| embvm | |
| Embedded framework core interfaces, classes, and definitions. | |
| embvm::tof | |
| Definitions, functions, and classes related to Time-of-Flight sensors. | |
Typedefs | |
| using | embvm::tof::distance_t = uint16_t |
| Representation for the ToF range result in mm. More... | |
| using | embvm::tof::cb_t = stdext::inplace_function< void(distance_t)> |
| Alias for the read() callback function. More... | |
Variables | |
| static const distance_t | embvm::tof::INVALID_RANGE = UINT16_MAX |
| Representation for an invalid range result. More... | |
1.8.15