GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QSE / V2-3-2 > qse / sun-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>

List of all members.

Public Attributes

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.


Member Data Documentation

unsigned int _QSE_calLog_cf::col

Column number of the log

unsigned int _QSE_calLog_cf::phaN

ADC -, range value

Referenced by QSE_calLogPhaNGet().

unsigned int _QSE_calLog_cf::phaP

ADC +, range value

Referenced by QSE_calLogPhaPGet().


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

Generated on Wed Nov 30 00:13:05 2011 by  doxygen 1.5.8