ROHC compression/decompression library
|
An interval of 16-bit values. More...
#include <interval.h>
Data Fields | |
uint16_t | min |
uint16_t | max |
An interval of 16-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 (16-bit field): [65530, 4]
uint16_t rohc_interval16::max |
The upper bound of the interval
uint16_t rohc_interval16::min |
The lower bound of the interval