GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> EDS / V2-11-5 > eds / rhel6-32


Interface   Data Structures   File List   Data Fields   Globals  

_ACD_rec Struct Reference

Holds the unpacked ACD information. More...

#include <ACD_rec.h>

List of all members.

Public Attributes

unsigned int unpacked
unsigned int status
unsigned int remaining
unsigned int rsvd [3]
ACD_cableStatus cable
unsigned short int nphas
unsigned short int nchns
ACD_chn chns [ACD_K_NCHNS]


Detailed Description

Holds the unpacked ACD information.

Member Data Documentation

Summary cable status bit masks

Referenced by ACD_unpack().

ACD_chn _ACD_rec::chns[ACD_K_NCHNS]

The array of channel information

Referenced by ACD_unpack().

unsigned short int _ACD_rec::nchns

Number of valid elements in the following channel array

Referenced by ACD_unpack().

unsigned short int _ACD_rec::nphas

Number of phas decoded

Referenced by ACD_unpack().

unsigned int _ACD_rec::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.

Referenced by ACD_unpack().

unsigned int _ACD_rec::rsvd[3]

Reserved for future use

unsigned int _ACD_rec::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 ACD_cableStatus structure.

Referenced by ACD_unpack().

unsigned int _ACD_rec::unpacked

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

Referenced by ACD_unpack(), ACD_unpackInit(), and ACD_unpackReset().


The documentation for this struct was generated from the following file:

Generated on Tue Nov 29 16:58:49 2011 by  doxygen 1.5.8