ROHC compression/decompression library
Data Fields
rohc_interval32 Struct Reference

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

#include <interval.h>

Data Fields

uint32_t min
 
uint32_t max
 

Detailed Description

An interval of 32-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 (32-bit field): [65530, 4]

Field Documentation

uint32_t rohc_interval32::max

The upper bound of the interval

uint32_t rohc_interval32::min

The lower bound of the interval


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