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

Constituent: qseprint     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QSE_aemNames.h File Reference

Interface to the routines and data to give the standard names of the AEM cables and offline addresses. More...

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


Functions

int QSE_aemTileNameE (int cable, int channel)
 Returns (of all things) a decimally encoded version of the offline tile name.
int QSE_aemTileNameG (int tile)
 Returns (of all things) a decimally encoded version of the offline tile name.
static __inline const char * QSE__aemCableName (int cable)
 Returns a pointer to a 3-character NULL terminated string giving the name of the cable.

Variables

const char QSE_AemCableNames [12][4]
 The names of the 12 ACD cables as a NULL terminated 3 character string.

Detailed Description

Interface to the routines and data to give the standard names of the AEM cables and offline addresses.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: QSE_aemNames.h,v 1.1 2006/02/21 22:19:21 russell Exp $

Function Documentation

static __inline const char * QSE__aemCableName int  cable  )  [static]
 

Returns a pointer to a 3-character NULL terminated string giving the name of the cable.

Returns:
A pointer to a 3-character NULL terminated string giving the name of the cable.
Parameters:
cable The cable number, must be between 0 and 11.

int QSE_aemTileNameE int  cable,
int  chn
 

Returns (of all things) a decimally encoded version of the offline tile name.

Returns:
A decimally encoded version of the offline tile name.
Parameters:
cable The electronics cable/free broad number (0-11)
chn The electronics (free board) channel number (0-17)
The normal use of this is as a pseudo-string, dropping this value in a formatted print with a 4u encoding format.

int QSE_aemTileNameG int  tile  ) 
 

Returns (of all things) a decimally encoded version of the offline tile name.

Returns:
A decimally encoded version of the offline tile name.
Parameters:
tile The geometric tile number (0-255).
The normal use of this is as a pseudo-string, dropping this value in a formatted print with a 4u encoding format.


Generated on Thu Dec 7 04:13:06 2006 by  doxygen 1.4.4