GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LSEC / V6-1-0 > lsec / rad750
#include "LSEC/compact.h"
#include "EDS/EBF_dir.h"
Functions | |
| unsigned | LSEC_encodeAcd (LSEC_compaction *cpc, EBF_dir *dir, unsigned char *buf) |
| Encode the ACD event data. | |
| unsigned | LSEC_encodeCal (LSEC_compaction *cpc, EBF_dir *dir, unsigned char *buf) |
| Encode the CAL portion of the event. | |
| unsigned | LSEC_encodeTkr (LSEC_compaction *cpc, EBF_dir *dir, unsigned char *buf) |
| Encode the TKR portion of the event. | |
| unsigned LSEC_encodeAcd | ( | LSEC_compaction * | cpc, | |
| EBF_dir * | dir, | |||
| unsigned char * | buf | |||
| ) |
Encode the ACD event data.
| cpc | Compaction structure | |
| buf | Start of the buffer to place compressed data | |
| dir | Pointer to a directory of the event |
| unsigned LSEC_encodeCal | ( | LSEC_compaction * | cpc, | |
| EBF_dir * | dir, | |||
| unsigned char * | buf | |||
| ) |
Encode the CAL portion of the event.
| cpc | Compaction structure | |
| buf | Start of the buffer to place compressed data | |
| dir | Pointer to a directory of the event |
| unsigned LSEC_encodeTkr | ( | LSEC_compaction * | cpc, | |
| EBF_dir * | dir, | |||
| unsigned char * | buf | |||
| ) |
Encode the TKR portion of the event.
| cpc | Compaction structure | |
| buf | Start of the buffer to place compressed data | |
| dir | Pointer to a directory of the event |
1.5.3