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

Constituent: qse     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

_QSE_calLog_cf Struct Reference

Maps out the 32-bit value of a CAL log data field as bit fields. This mapping keeps the RNG and ADC value contigious. More...

#include <QSE_calLog.h>


Data Fields

unsigned int phaP:(QSE_CALLOG_S_RNGP + QSE_CALLOG_S_VALP)
unsigned int phaN:(QSE_CALLOG_S_RNGN + QSE_CALLOG_S_VALN)
unsigned int col:QSE_CALLOG_S_COL


Detailed Description

Maps out the 32-bit value of a CAL log data field as bit fields. This mapping keeps the RNG and ADC value contigious.

Each CAL log data field consists of its column number and two ADC values, representing the two log ends. Each ADC value consists of a 2 bit range field and a 12 bit ADC value. Not that the lay out of bit field structures is compiler dependent.


Field Documentation

unsigned int _QSE_calLog_cf::col
 

Column number of the log

unsigned int _QSE_calLog_cf::phaN
 

ADC -, range value

unsigned int _QSE_calLog_cf::phaP
 

ADC +, range value


The documentation for this struct was generated from the following file:
Generated on Wed Jun 25 01:19:17 2008 by  doxygen 1.4.4