GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QSE / V1-5-2

Constituent: qseprint     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QSE_calPrint.h File Reference

Defines the interface to the CAL LAT record print routine. More...

This graph shows which files directly or indirectly include this file:


Typedefs

typedef enum _QSE_CALPRINT_OPTS_M QSE_CALPRINT_OPTS_M
 Typedef for enum _QSE_CALPRINT_OPTS_M.

Enumerations

enum  _QSE_CALPRINT_OPTS_M {
  QSE_CALPRINT_OPTS_M_SUMMARY = 1,
  QSE_CALPRINT_OPTS_M_TOWERS = 0x0000ffff,
  QSE_CALPRINT_OPTS_M_ALL = 0xffffffff
}
 Enumerates the bit masks for the print options. More...

Functions

void QSE_calPrint (const QSE_cal *cal, unsigned int options)
 Produces an ASCII display of the CAL data.
void QSE_calTwrPrint (const QSE_calTwr *twr)
 Prints an ASCII formatted dump of a CAL tower.
void QSE_calMapPrint (const QSE_cal *cal)
 Produces an ASCII display of the CAL data in the form of a map, giving one an geometrical idea of where the action is.

Detailed Description

Defines the interface to the CAL LAT record print routine.

Author:
JJRussell - russell@slac.stanford.edu
    CVS $Id: QSE_calPrint.h,v 1.2 2005/11/18 01:32:31 russell Exp $

Enumeration Type Documentation

enum _QSE_CALPRINT_OPTS_M
 

Enumerates the bit masks for the print options.

Enumerator:
QSE_CALPRINT_OPTS_M_SUMMARY  Print the summary
QSE_CALPRINT_OPTS_M_TOWERS  Tower mask
QSE_CALPRINT_OPTS_M_ALL  Print everything


Function Documentation

void QSE_calMapPrint const QSE_cal cal  ) 
 

Produces an ASCII display of the CAL data in the form of a map, giving one an geometrical idea of where the action is.

Parameters:
cal A previously unpacked CAL LAT Record.

void QSE_calPrint const QSE_cal cal,
unsigned int  options
 

Produces an ASCII display of the CAL data.

Parameters:
cal A previously unpacked QSE_cal data structure
options An options mask word. The lower 16 bits (i.e. a right justified value) is mask of which towers to print (LSB = TOWER 0)

void QSE_calTwrPrint const QSE_calTwr twr  ) 
 

Prints an ASCII formatted dump of a CAL tower.

Parameters:
twr The CAL tower to display


Generated on Tue Nov 21 01:37:07 2006 by  doxygen 1.4.4