ROHC compression/decompression library
Public Attributes
c_window Struct Reference

Defines a W-LSB window entry. More...

#include <wlsb.h>

List of all members.

Public Attributes

int sn
 The Sequence Number (SN) associated with the entry (used to acknowledge the entry)
int time
 The time stamp associated with the entry (used to acknowledge the entry)
int value
 The value stored in the window entry.
boolean used
 Whether the window entry is used or not.

Detailed Description

Defines a W-LSB window entry.


Member Data Documentation

The Sequence Number (SN) associated with the entry (used to acknowledge the entry)

Referenced by c_ack_sn_wlsb(), c_add_wlsb(), and print_wlsb_stats().

The time stamp associated with the entry (used to acknowledge the entry)

Referenced by c_ack_remove(), c_ack_time_wlsb(), c_add_wlsb(), c_create_wlsb(), and print_wlsb_stats().

The value stored in the window entry.

Referenced by c_add_wlsb(), c_get_k_wlsb(), c_mean_wlsb(), c_sum_wlsb(), and print_wlsb_stats().


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