GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LSEC / dev

Constituent: lsec     Tag: mcp750


Interface   Data Structures   File List   Data Fields   Globals  

encode.h File Reference

Definitions for the encoding routines. More...

#include "LSEC/compact.h"
#include "EDS/EBF_dir.h"

Include dependency graph for encode.h:

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


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.

Detailed Description

Definitions for the encoding routines.

Author:
James Swain & Owen Saxton
Id
encode.h,v 1.3 2008/07/16 20:49:58 saxton Exp

Function Documentation

unsigned LSEC_encodeAcd LSEC_compaction cpc,
EBF_dir *  dir,
unsigned char *  buf
 

Encode the ACD event data.

Parameters:
cpc Compaction structure
buf Start of the buffer to place compressed data
dir Pointer to a directory of the event
Returns:
Size of the compressed event, in 32 bit words, or 0 if there is an error

unsigned LSEC_encodeCal LSEC_compaction cpc,
EBF_dir *  dir,
unsigned char *  buf
 

Encode the CAL portion of the event.

Parameters:
cpc Compaction structure
buf Start of the buffer to place compressed data
dir Pointer to a directory of the event
Returns:
Size of the compressed event, in 32 bit words, or 0 if there is an error

unsigned LSEC_encodeTkr LSEC_compaction cpc,
EBF_dir *  dir,
unsigned char *  buf
 

Encode the TKR portion of the event.

Parameters:
cpc Compaction structure
buf Start of the buffer to place compressed data
dir Pointer to a directory of the event
Returns:
Size of the compressed event, in 32 bit words, or 0 if there is an error


Generated on Thu Jul 17 01:16:39 2008 by  doxygen 1.4.4