GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QSE / V1-6-4

Constituent: qse     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QSE_aemUnpack.h File Reference

Defines the interface to the QSE AEM LAT unpacking routine. This is a more primitive unpacker than EDR_acdUnpack meant to be used when a more barebones data structure will suffice. More...

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


Functions

int QSE_aemUnpackDat (QSE_aem *aem, const void *dat, unsigned len)
int QSE_aemUnpack (QSE_aem *aem, const EBF_dir *dir)
 Unpacks an ACD record from the AEM into a standard structure.
int QSE_aemUnpackInit (QSE_aem *aem)
 One-time initialization an QSE_aem structure.
void QSE_aemUnpackReset (QSE_aem *aem)
 Resets the QSE_aem structure, preparing it for a new event.

Detailed Description

Defines the interface to the QSE AEM LAT unpacking routine. This is a more primitive unpacker than EDR_acdUnpack meant to be used when a more barebones data structure will suffice.

Author:
JJRussell - russell@slac.stanford.edu
    CVS $Id: QSE_aemUnpack.h,v 1.2 2006/02/22 01:24:41 russell Exp $

Function Documentation

int QSE_aemUnpack QSE_aem aem,
const EBF_dir *  dir
 

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

unsigned int len)

Returns:
Status. The only failure is if more than 18 PHAs are found to be present on an given FREE board or the serial decode extends beyond the maxwrds
Return values:
-1 The AEM contribution is not present in the event directory
Parameters:
aem Pointer to the data structure to receive the unpacked data
dir The EBF directory

int QSE_aemUnpackInit QSE_aem aem  ) 
 

One-time initialization an QSE_aem structure.

Returns:
0, always
Parameters:
aem The QSE_aem structure to initialize

void QSE_aemUnpackReset QSE_aem aem  ) 
 

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

Parameters:
aem The QSE_ame structure to reset


Generated on Tue Jul 17 04:03:16 2007 by  doxygen 1.4.4