GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> EDS / V2-10-2 > edsprint / mv2304


Interface   Data Structures   File List   Data Fields   Globals  

_EBF_calLogData_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 <EBF_cal.h>

List of all members.

Public Attributes

unsigned int col:EBF_CAL_LOGDATA_S_COL
unsigned int phaN:(EBF_CAL_LOGDATA_S_RNGN + EBF_CAL_LOGDATA_S_VALN)
unsigned int phaP:(EBF_CAL_LOGDATA_S_RNGP + EBF_CAL_LOGDATA_S_VALP)


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

Column number of the log

unsigned int _EBF_calLogData_cf::phaN

ADC -, range value

unsigned int _EBF_calLogData_cf::phaP

ADC +, range value


The documentation for this struct was generated from the following file:
Generated on Thu Sep 2 12:28:24 2010 by  doxygen 1.5.3