GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QSEC / V3-0-2
Constituent: qsec     Tag: sun-gcc
#include "LDT/APD.h"
#include <stdlib.h>
#include <stdio.h>
Include dependency graph for decompress.h:

This graph shows which files directly or indirectly include this file:

Typedefs | |
| typedef QSEC_decompression_ | QSEC_decompression |
| Declaration of the opaque decompression structure. | |
Functions | |
| void | QSEC_clearDecompression (QSEC_decompression *dcm) |
| Clear the decompression structrure of any data from a previous cycle. | |
| QSEC_decompression * | QSEC_constructDecompression (void *buffer, unsigned int nbits, const char *name) |
| Initialise the buffer as a decompression structure. | |
| unsigned | QSEC_decompress (QSEC_decompression *dcm, APD_dtx *dtx) |
| Decode the next symbol. | |
| void | QSEC_deleteDecompression (QSEC_decompression *dcm) |
| Free the memory associated with the decompression structure. | |
| unsigned int | QSEC_getCount (QSEC_decompression *dcm) |
| Return the number of non-zero bins in the histogram. | |
| QSEC_decompression * | QSEC_newDecompression (unsigned int nbits, const char *name) |
| Allocate and initialise a new decompression structure. | |
| void | QSEC_reportDecompression (QSEC_decompression *dcm, FILE *fp) |
| Describe the contents of the decompression structure in formatted ASCII send to the file fp. | |
| size_t | QSEC_sizeofDecompression (unsigned int nbits) |
| Calculate the total size required to accomodate a decompression structure. | |
| const unsigned int * | QSEC_unpack (QSEC_decompression *dcm, const unsigned int *buf) |
| Build the lookup and freqency tables by retrieving and unpacking data from the consignment. | |
|
|
Clear the decompression structrure of any data from a previous cycle.
|
|
||||||||||||||||
|
Initialise the buffer as a decompression structure.
|
|
||||||||||||
|
Decode the next symbol.
|
|
|
Free the memory associated with the decompression structure.
|
|
|
Return the number of non-zero bins in the histogram.
|
|
||||||||||||
|
Allocate and initialise a new decompression structure.
|
|
||||||||||||
|
Describe the contents of the decompression structure in formatted ASCII send to the file fp.
|
|
|
Calculate the total size required to accomodate a decompression structure.
|
|
||||||||||||
|
Build the lookup and freqency tables by retrieving and unpacking data from the consignment.
|
1.4.4