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

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

#include <QSE_calLog.h>


Data Fields

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.


Field Documentation

unsigned int _QSE_calLog_bf::col
 

Column number of log

unsigned int _QSE_calLog_bf::rngN
 

ADC -, range value

unsigned int _QSE_calLog_bf::rngP
 

ADC +, range value

unsigned int _QSE_calLog_bf::valN
 

ADC -, value

unsigned int _QSE_calLog_bf::valP
 

ADC +, value


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