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

Constituent: qse     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QDF_tkr_def.h File Reference

Maps out the data structure used to decode and receive the decoded TKR data. More...

#include "QSE/QSE_tkr.h"
#include "EDS/EDR_tkr.h"
#include "EDS/EBF_tkr.h"

Include dependency graph for QDF_tkr_def.h:

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


Data Structures

struct  _QDF_tkrLimitsLoHi
 Defines the low and high strip numbers for each layer end. More...
union  _QDF_tkrLimitsLayer
 The lo and hi limits for one layer expressed as a union of field definition and an array definition. More...
union  _QDF_tkrLimitsTower
 The lo and hi limits for one tower expressed as a union of field definition and an array definition. More...
union  _QDF_tkrLimits
 The lo and hi limits for entire TKR expressed as a union of field definition and an array definition. More...
struct  _QDF_tkrCtx
 The data used in decoding the compressed data. More...
struct  _QDF_tkrCluster
struct  _QDF_tkrClusterDsc
struct  _QDF_tkrLyr
struct  _QDF_tkrTwr
struct  _QDF_tkrBsa
 The tracks bulk storage area. More...
struct  _QDF_tkrEvt
 Temporary structure to hold the TKR event as it is being decoded. More...

Defines

#define CLUSTERS_MAX   (16 * 8 * 128)

Typedefs

typedef _QDF_esbEvt QDF_esbEvt
typedef _QDF_exc QDF_exc
typedef _EBF_gem EBF_gem
typedef _QDF_tkrLimitsLoHi QDF_tkrLimitsLoHi
 Typedef for _QDF_tkrLimitsLoHi.
typedef _QDF_tkrLimitsLayer QDF_tkrLimitsLayer
 Typedef for union _QDF_tkrLimitsLayer.
typedef _QDF_tkrLimitsTower QDF_tkrLimitsTower
 Typedef for union _QDF_tkrLimitsTower.
typedef _QDF_tkrLimits QDF_tkrLimits
 Typedef for union _QDF_tkrLimits.
typedef _QDF_tkrCtx QDF_tkrCtx
 Typedef for struct _QDF_tkrCtx.
typedef _QDF_tkrCluster QDF_tkrCluster
typedef _QDF_tkrClusterDsc QDF_tkrClusterDsc
typedef _QDF_tkrLyr QDF_tkrLyr
typedef _QDF_tkrTwr QDF_tkrTwr
typedef _QDF_tkrBsa QDF_tkrBsa
 Typedef for struct _QDF_tkrBsa.
typedef _QDF_tkrEvt QDF_tkrEvt

Functions

static __inline QDF_tkrCluster * add_cluster (QDF_tkrCluster *cluster, int strip, int width)
 Initializes the specified cluster with the strip address and width.

Detailed Description

Maps out the data structure used to decode and receive the decoded TKR data.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: QDF_tkr_def.h,v 1.1 2006/11/10 22:35:54 russell Exp $

Typedef Documentation

QDF_tkrBsa
 

Typedef for struct _QDF_tkrBsa.

This is the bulk storage area for the actual tracker data. All the other structures are merely pointers into this area


Function Documentation

static __inline QDF_tkrCluster * add_cluster QDF_tkrCluster *  cluster,
int  strip,
int  width
[static]
 

Initializes the specified cluster with the strip address and width.

Returns:
The next cluster to construct
Parameters:
cluster The target cluster
strip The strip address
width The width of the cluster


Generated on Tue Nov 21 01:29:51 2006 by  doxygen 1.4.4