GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LSE / V2-0-1 > lsew / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

_CDF_acd_ped_huff_table Struct Reference

Structure to define a Huffman encoding table. More...

#include <CDF_acd_def.h>

List of all members.

Public Attributes

short int min
short int max
short int ncodes
HUFF_code codes [32]
unsigned int wa [HUFF_N_WA(32)]


Detailed Description

Structure to define a Huffman encoding table.

Member Data Documentation

short int _CDF_acd_ped_huff_table::min

Offset to add to unbiased index

short int _CDF_acd_ped_huff_table::max

Max value of the biased index

short int _CDF_acd_ped_huff_table::ncodes

The number of codes, must be max - min + 1

HUFF_code _CDF_acd_ped_huff_table::codes[32]

The codes

unsigned int _CDF_acd_ped_huff_table::wa[HUFF_N_WA(32)]

Temporary work space for building the Huffman codes


The documentation for this struct was generated from the following file:
Generated on Mon Jul 26 13:00:56 2010 by  doxygen 1.5.3