GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QSE / V2-3-0 > qse / sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QSE_acdUnpack.h File Reference

Defines the interface to the ACD LAT unpacking routine. More...


Functions

int QSE_acdUnpack (QSE_acd *acd, const EBF_dir *dir)
 Unpacks an ACD record from the AEM into a standard structure.
int QSE_acdUnpackInit (QSE_acd *acd)
 One-time initialization an QSE_acd structure.
void QSE_acdUnpackReset (QSE_acd *acd)
 Resets the QSE_acd structure, preparing it for a new event.


Detailed Description

Defines the interface to the ACD LAT unpacking routine.

Author:
JJRussell - russell@slac.stanford.edu
    CVS $Id: QSE_acdUnpack.h,v 1.2 2005/11/18 01:32:31 russell Exp $

Function Documentation

int QSE_acdUnpack ( QSE_acd acd,
const EBF_dir *  dir 
)

Unpacks an ACD record from the AEM into a standard structure.

Return values:
0 Success
Returns:
Bit mask of the values in the enumeration QSE_ACD_STATUS_M. In general, negative values are failures and positive values are successes, but with possible qualifications.
Parameters:
acd Pointer to the data structure to receive the unpacked data
dir The EBF directory for this event

int QSE_acdUnpackInit ( QSE_acd acd  ) 

One-time initialization an QSE_acd structure.

Returns:
0, always
Parameters:
acd The QSE_acd structure to initialize

void QSE_acdUnpackReset ( QSE_acd acd  ) 

Resets the QSE_acd structure, preparing it for a new event.

Parameters:
acd The QSE_acd structure to reset


Generated on Thu Sep 2 14:54:56 2010 by  doxygen 1.5.3