ROHC compression/decompression library
Data Fields
rohc_interval16 Struct Reference

An interval of 16-bit values. More...

#include <interval.h>

Data Fields

uint16_t min
 
uint16_t max
 

Detailed Description

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]

Field Documentation

uint16_t rohc_interval16::max

The upper bound of the interval

uint16_t rohc_interval16::min

The lower bound of the interval


The documentation for this struct was generated from the following file: