GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QSE / V1-6-3

Constituent: qseprint     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QSE_tkrPrint.h File Reference

Defines the interface to the QSE_tkrPrint routine. More...

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


Typedefs

typedef enum _QSE_TKRPRINT_OPTS_M QSE_TKRPRINT_OPTS_M
 Typedef for enum _QSE_TKRPRINT_OPTS_M.

Enumerations

enum  _QSE_TKRPRINT_OPTS_M {
  QSE_TKRPRINT_OPTS_M_CLUSTERS = 0x0002,
  QSE_TKRPRINT_OPTS_M_RSVD = 0xFFFc,
  QSE_TKRPRINT_OPTS_M_TOWERS = 0xFFFF0000,
  QSE_TKRPRINT_OPTS_M_ALL_STRIPS = QSE_TKRPRINT_OPTS_M_TOWERS,
  QSE_TKRPRINT_OPTS_M_ALL_CLUSTERS,
  QSE_TKRPRINT_OPTS_M_DEF = -1
}
 Defines the print option bits. More...

Functions

void QSE_tkrPrint (const QSE_tkr *tkr, unsigned int options)
 Prints an ASCII display of all the towers which have been unpacked.

Detailed Description

Defines the interface to the QSE_tkrPrint routine.

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

Typedef Documentation

QSE_TKRPRINT_OPTS_M
 

Typedef for enum _QSE_TKRPRINT_OPTS_M.

Normally the print options word for QSE_tkrPrint would be specified as -1. This will print the dump for
  • all towers
  • as clusters
  • with ladder gap correction applied
By specifying the options word as something other than -1, one ca
  • print selected towers
  • print the values, not as clusters, but as individual strips
  • suppress the gap correction

A cluster is defined as the middle strip number followed by the width of the cluster - 1. The beginning strip number is cluster number
  • width/2.


Enumeration Type Documentation

enum enum _QSE_TKRPRINT_OPTS_M
 

Defines the print option bits.

Enumerator:
QSE_TKRPRINT_OPTS_M_CLUSTERS  Print as clusters:width-1
QSE_TKRPRINT_OPTS_M_RSVD  Reserved for future use
QSE_TKRPRINT_OPTS_M_TOWERS  The tower mask, MSB = Tower 0
QSE_TKRPRINT_OPTS_M_ALL_STRIPS  Convenience symbol for all towers, as strips
QSE_TKRPRINT_OPTS_M_ALL_CLUSTERS  Convenience symbol for all towers, as clusters
QSE_TKRPRINT_OPTS_M_DEF  Default print options


Function Documentation

void QSE_tkrPrint const QSE_tkr tkr,
unsigned int  options
 

Prints an ASCII display of all the towers which have been unpacked.

Parameters:
tkr The tracker LAT record to be displayed.
options A word controlling the print options. The top 16 bits represent a left justified (MSB = Tower 0) of which towers to print. The low 1 bits specify whether you wish the style to be
  • as clusters (bit 0) See the QSE_TKRPRINT_OPTS_M for details


Generated on Thu Jul 12 01:45:59 2007 by  doxygen 1.4.4