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

Constituent: qseprint     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QSE_aemNames.c File Reference

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

#include "QSE/QSE_acdMap.h"

Include dependency graph for QSE_aemNames.c:


Functions

int QSE_aemTileNameG (int tile)
 Returns (of all things) a decimally encoded version of the offline tile name.
int QSE_aemTileNameE (int cable, int chn)
 Returns (of all things) a decimally encoded version of the offline tile name.

Variables

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

Detailed Description

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.c,v 1.1 2006/02/21 22:19:22 russell Exp $

Function Documentation

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.


Variable Documentation

const char QSE_AemCableNames[12][4]
 

Initial value:

{
    "1LA", "1RB", "2LA", "2LB", "2RA", "2RB",
    "3LA", "3RB", "4LA", "4LB", "4RA", "4RB"
}
The names of the 12 ACD cables as a NULL terminated 3 character string.


Generated on Tue Jul 17 04:25:53 2007 by  doxygen 1.4.4