GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QSSP / V0-0-0

Constituent: qssp     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

QSSP_labels.c File Reference

Interface to get the statistics labels. More...

#include "QSSP/QSSP_labels.h"

Include dependency graph for QSSP_labels.c:


Data Structures

struct  _QSSP_labels
 Contains the statistics specific labels. More...
struct  _QSSP_labelsHandlers
 Aggregates the QSSP_labels for all the handlers. More...

Typedefs

typedef _QSSP_labels QSSP_labels
 Typedef for struct _QSSP_labels.
typedef _QSSP_labelsHandlers QSSP_labelsHandlers

Functions

const QSSP_labelsHandlersQSSP_labelsHandlersDefGet (void)
 Retrieves a pointer to statistics handler labels.
const QSSP_labelsQSSP_labelsGet (const QSSP_labelsHandlers *handlers, unsigned int handlerId)
 Retrieves a pointer for the labels for the specified handler.
const char * QSSP_labelsHandlerGet (const QSSP_labels *labels)
 Retrieves a pointer to title string (the handler name).
const char * QSSP_labelsConditionGet (const QSSP_labels *labels, unsigned int conditionId)
 Retrieves a pointer to condition string (the condition's name).

Variables

static const QSSP_labels UnkLabels

Detailed Description

Interface to get the statistics labels.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: QSSP_labels.c,v 1.1.1.1 2008/04/02 01:19:25 russell Exp $

Function Documentation

const char * QSSP_labelsConditionGet const QSSP_labels labels,
unsigned int  conditionId
 

Retrieves a pointer to condition string (the condition's name).

Parameters:
labels The label structure for the handler
conditionId The condition identify [0,31]

const QSSP_labels * QSSP_labelsGet const QSSP_labelsHandlers handlers,
unsigned int  handlerId
 

Retrieves a pointer for the labels for the specified handler.

Parameters:
handlers The labels for all the handlers
handlerId The handler's identifier (e.g. EH_ID_K_GAMMA, etc)

const char * QSSP_labelsHandlerGet const QSSP_labels labels  ) 
 

Retrieves a pointer to title string (the handler name).

Parameters:
labels The label structure for the handler


Generated on Wed Apr 2 01:35:55 2008 by  doxygen 1.4.4