GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QSE / V2-2-1 > qse / linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

_QSE_aem Struct Reference

Holds the unpacked QSE_aem information. More...

#include <QSE_aem.h>

List of all members.

Public Attributes

unsigned int unpacked
unsigned int status
unsigned int remaining
unsigned int rsvd [3]
QSE_aem_cableStatus cable
unsigned short int nphas
unsigned short int nchns
QSE_aem_chn chns [QSE_AEM_K_NCHNS]


Detailed Description

Holds the unpacked QSE_aem information.

Member Data Documentation

unsigned int _QSE_aem::unpacked

If true, it assumes the event has already been unpacked, this flag is cleared by the QSE_aemUnpackReset function. In the future this field may indicate the degree of unpacking.

unsigned int _QSE_aem::status

Overall unpacking status. This is a bit summary of the various errors that can be encountered when serially parsing the data as it comes off the detector. More detailed information, usually in the form of which cables contributed to this error condition can be found in the QSE_aem_cableStatus structure.

unsigned int _QSE_aem::remaining

Number of bytes not unpacked; if this data record is from the LCB, then any number < one cell (16 bytes) is acceptable. If an abortable error is encountered, this value indicates how many unprocessed bytes where remaining in the input stream. Using this information, the clever trouble-shooter can locate the exact place in the data stream where the trouble occurred.

unsigned int _QSE_aem::rsvd[3]

Reserved for future use

QSE_aem_cableStatus _QSE_aem::cable

Summary cable status bit masks

unsigned short int _QSE_aem::nphas

Number of phas decoded

unsigned short int _QSE_aem::nchns

Number of valid elements in the following channel array

QSE_aem_chn _QSE_aem::chns[QSE_AEM_K_NCHNS]

The array of channel information


The documentation for this struct was generated from the following file:
Generated on Mon Oct 26 10:28:35 2009 by  doxygen 1.5.3