GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LSEC / dev
Constituent: lsec     Tag: mcp750
#include "compress_p.h"
#include "LDT/APE.h"
Include dependency graph for compress.ic:

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

Functions | |
| static void | LSEC_compress (LSEC_compression *cpr, void *ctx, unsigned sym) |
| Encode a symbol using the frequency and lookup table supplied by a compression. | |
| static void | LSEC_histogram (LSEC_compression *cpr, unsigned sym) |
| Increment the bin of the histogram corresponding. | |
|
||||||||||||||||
|
Encode a symbol using the frequency and lookup table supplied by a compression. This function does not return errors since propogation of those errors to a point in LSEC where reasonable decisions about error handling can be made is problematic. Instead, errors are latched and can be checked using LSEC_checkCompression.
|
|
||||||||||||
|
Increment the bin of the histogram corresponding.
|
1.4.4