Lower and upper limit of a range.
More...
#include <DLS.h>
|
| uint16_t | low |
| | Low value of range.
|
| uint16_t | high |
| | High value of range.
|
Lower and upper limit of a range.
Definition at line 210 of file DLS.h.
◆ operator<()
| bool DLS::range_t::operator< |
( |
const range_t & | other | ) |
const |
|
inline |
◆ operator==()
| bool DLS::range_t::operator== |
( |
const range_t & | other | ) |
const |
|
inline |
◆ overlaps() [1/2]
| bool DLS::range_t::overlaps |
( |
const range_t & | other | ) |
const |
|
inline |
◆ overlaps() [2/2]
| bool DLS::range_t::overlaps |
( |
uint16_t | scalar | ) |
const |
|
inline |
◆ high
| uint16_t DLS::range_t::high |
◆ low
| uint16_t DLS::range_t::low |
The documentation for this struct was generated from the following file: