GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LSEC / V7-1-0 > lsec / rad750
#include "compact.h"
#include "compress.ic"
#include "LSEC_p.h"
#include "LSEC/LSEC_msgs.h"
#include "LDT/HDE.h"
#include "EDS/EBF_cal.h"
#include "EDS/EBF_cid.h"
#include "EDS/EBF_tem.h"
#include "EDS/EBF_tkr.h"
#include "LCBD/LATP.h"
#include "PBS/WCT.h"
#include <string.h>
Functions | |
| unsigned int * | LSEC_encodeCal (LSEC_compaction *cpc, const LSEC_calEvent *event, unsigned int *buf) |
| Encode the CAL portion of the event. | |
| unsigned int * | LSEC_encodeTkr (LSEC_compaction *cpc, const EBF_dir *dir, unsigned int *buf) |
| Encode the TKR portion of the event. | |
$Id: encode.c,v 1.15 2010/08/12 21:15:39 saxton Exp $
| unsigned int* LSEC_encodeCal | ( | LSEC_compaction * | cpc, | |
| const LSEC_calEvent * | event, | |||
| unsigned int * | buf | |||
| ) |
Encode the CAL portion of the event.
| cpc | Compaction structure | |
| event | Pointer to the saved event | |
| buf | Pointer to the buffer receiving the encoded data |
| unsigned int* LSEC_encodeTkr | ( | LSEC_compaction * | cpc, | |
| const EBF_dir * | dir, | |||
| unsigned int * | buf | |||
| ) |
Encode the TKR portion of the event.
| cpc | Compaction structure | |
| dir | Pointer to the event directory | |
| buf | Pointer to the buffer receiving the encoded data |
1.5.3