GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LSEC / V6-0-0

Constituent: lsec     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

LSEC_compression_ Struct Reference

Structure holding a histogram of the raw data and the frequency tables derived from it. More...

#include <compress_p.h>

Collaboration diagram for LSEC_compression_:

Collaboration graph
[legend]

Data Fields

const char * name
 String used in the reporting of errors to identify a compression structure.
unsigned int nbits
 Number of bits in the symbols handled by this compression structure.
unsigned int mask
 Bit mask indicating acceptable range of symbols.
unsigned int ovrflw
 Zero if all histogrammed and encoded symbols were within range.
unsigned int encerr
 Zero if there were no errors during the encoding operation.
unsigned int last_bin
 Histogram bin beyond last occupied one.
LSEC_compressionDesc desc
 Histogram description.
unsigned int * hist
 Histogram of the raw data.
unsigned int * fwlu
 Lookup table mapping the original symbol to the corresponding symbol in the frequency table.
unsigned int * freq
 Frequency table.
unsigned int * delta
 Number of empty bins following each of the non-zero bins listed in freq.
unsigned int * table
 Table of normalised probablities derived from the frequency distribution.

Detailed Description

Structure holding a histogram of the raw data and the frequency tables derived from it.


The documentation for this struct was generated from the following file:
Generated on Sun Jun 14 01:22:14 2009 by  doxygen 1.4.4