GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QSE / V2-0-1

Constituent: qse     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QDF_calRepack.h File Reference

Interface to the CAL repacking to EBF routines. Because EBF format combines the CAL + TKR into one contribution for each tower (TEM), this facility formats the CAL contribution for the specified tower. More...

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


Typedefs

typedef _QDF_calEvt QDF_calEvt
typedef _EBF_ctb EBF_ctb

Functions

unsigned int * QDF_calStd1Repack (const QDF_calEvt *cal, int tem, unsigned int *dst, const EBF_ctb *end)
 Repacks a single-range, zero-suppressed CAL event for the specified TEM into its EBF format.
unsigned int * QDF_calStd4Repack (const QDF_calEvt *cal, int tem, unsigned int *dst, const EBF_ctb *end)
 Repacks a 4-range, zero-suppressed CAL event for the specified TEM into its EBF format The input data must be for range, non-zero suppressed.
unsigned int * QDF_calPed1Repack (const QDF_calEvt *cal, int tem, unsigned int *dst, const EBF_ctb *end)
 Repacks the CAL event for the specified TEM into its EBF format The input data must be single range, non-zero suppressed.
unsigned int * QDF_calPed4Repack (const QDF_calEvt *cal, int tem, unsigned int *dst, const EBF_ctb *end)
 Repacks the CAL event for the specified TEM into its EBF format The input data must be for range, non-zero suppressed.

Detailed Description

Interface to the CAL repacking to EBF routines. Because EBF format combines the CAL + TKR into one contribution for each tower (TEM), this facility formats the CAL contribution for the specified tower.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: QDF_calRepack.h,v 1.1 2006/11/10 22:35:48 russell Exp $

Function Documentation

unsigned int* QDF_calPed1Repack const QDF_calEvt cal,
int  tem,
unsigned int *  dst,
const EBF_ctb *  end
 

Repacks the CAL event for the specified TEM into its EBF format The input data must be single range, non-zero suppressed.

Returns:
The next location to fill in
Parameters:
cal The unpacked CAL event data
tem Which TEM
dst The EBF destination address
end The address just past the last legitimate address

unsigned int* QDF_calPed4Repack const QDF_calEvt cal,
int  tem,
unsigned int *  dst,
const EBF_ctb *  end
 

Repacks the CAL event for the specified TEM into its EBF format The input data must be for range, non-zero suppressed.

Returns:
The next location to fill in
Parameters:
cal The unpacked CAL event data
tem Which TEM
dst The EBF destination address
end The address just past the last legitimate address

unsigned int* QDF_calStd1Repack const QDF_calEvt cal,
int  tem,
unsigned int *  dst,
const EBF_ctb *  end
 

Repacks a single-range, zero-suppressed CAL event for the specified TEM into its EBF format.

Returns:
The next location to fill in
Parameters:
cal The unpacked CAL event data
tem Which TEM
dst The EBF destination address
end The address just past the last legitimate address

unsigned int* QDF_calStd4Repack const QDF_calEvt cal,
int  tem,
unsigned int *  dst,
const EBF_ctb *  end
 

Repacks a 4-range, zero-suppressed CAL event for the specified TEM into its EBF format The input data must be for range, non-zero suppressed.

Returns:
The next location to fill in
Parameters:
cal The unpacked CAL event data
tem Which TEM
dst The EBF destination address
end The address just past the last legitimate address


Generated on Wed Jun 25 01:20:58 2008 by  doxygen 1.4.4