GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LSE / V1-3-6

Constituent: lsew     Tag: rad750


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>


Data Fields

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.


Field Documentation

HUFF_code _CDF_acd_ped_huff_table::codes[32]
 

The codes

short int _CDF_acd_ped_huff_table::max
 

Max value of the biased index

short int _CDF_acd_ped_huff_table::min
 

Offset to add to unbiased index

short int _CDF_acd_ped_huff_table::ncodes
 

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

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 Wed Aug 27 01:30:07 2008 by  doxygen 1.4.4