ROHC compression/decompression library
Data Fields
rohc_interval8 Struct Reference

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

#include <interval.h>

Data Fields

uint8_t min
 
uint8_t max
 

Detailed Description

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]

Field Documentation

uint8_t rohc_interval8::max

The upper bound of the interval

uint8_t rohc_interval8::min

The lower bound of the interval


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