ROHC compression/decompression library
Data Fields
rohc_list Struct Reference

Define a list for compression. More...

#include <rohc_list.h>

Collaboration diagram for rohc_list:
Collaboration graph
[legend]

Data Fields

unsigned int id
 
struct rohc_list_itemitems [ROHC_LIST_ITEMS_MAX]
 
size_t items_nr
 
size_t counter
 

Detailed Description

Define a list for compression.

Field Documentation

size_t rohc_list::counter

How many times the list was transmitted?

unsigned int rohc_list::id

The ID of the compressed list

struct rohc_list_item* rohc_list::items[ROHC_LIST_ITEMS_MAX]

The items in the list

size_t rohc_list::items_nr

The number of items in the list


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