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_bf Struct Reference

Maps out the 32-bit value of a CAL log data field as bit fields. More...

#include <QSE_calLog.h>

List of all members.

Public Attributes

unsigned int valP:QSE_CALLOG_S_VALP
unsigned int rngP:QSE_CALLOG_S_RNGP
unsigned int valN:QSE_CALLOG_S_VALN
unsigned int rngN:QSE_CALLOG_S_RNGN
unsigned int col:QSE_CALLOG_S_COL


Detailed Description

Maps out the 32-bit value of a CAL log data field as bit fields.

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_bf::col

Column number of log

Referenced by QSE_calLogColGet().

unsigned int _QSE_calLog_bf::rngN

ADC -, range value

Referenced by fill_tower(), and QSE_calLogRngNGet().

unsigned int _QSE_calLog_bf::rngP

ADC +, range value

Referenced by fill_tower(), and QSE_calLogRngPGet().

unsigned int _QSE_calLog_bf::valN

ADC -, value

Referenced by fill_tower(), and QSE_calLogValNGet().

unsigned int _QSE_calLog_bf::valP

ADC +, value

Referenced by fill_tower(), and QSE_calLogValPGet().


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