ROHC compression/decompression library
|
An interval of 8-bit values. More...
#include <interval.h>
Data Fields | |
uint8_t | min |
uint8_t | max |
An interval of 8-bit values.
Lower and upper bound values are always included in the interval.
The upper bound may be greater that the lower bound of the interval if the interval straddles the interval boundaries.
Example of interval that does not straddle field boundaries: [1, 3]
Example of interval that straddles field boundaries (8-bit field): [250, 4]
uint8_t rohc_interval8::max |
The upper bound of the interval
uint8_t rohc_interval8::min |
The lower bound of the interval