GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QSP / dev > qspprint / rhel5-64


Interface   Data Structures   File List   Data Fields   Globals  

QSP_namesDefault.c File Reference

The default names of the handlers/configurations. More...

#include <QSP/QSP_names.h>
#include <QSP_names_p.h>
#include <QSP_database.h>

Defines

#define NULL   ((void *)0)
#define Cfg(_label, _dir,_name)   _label
#define Handler(_label, _dir,_name, _cfgs)   { _label, _cfgs}

Functions

const QSP_namesQSP_namesDefGet (void)

Variables

static const char * GammaCfgNames [] = { GAMMA_CFG }
static const char * DgnCfgNames [] = { DGN_CFG }
static const char * MipCfgNames [] = { MIP_CFG }
static const char * HipCfgNames [] = { HIP_CFG }
static const QSP_namesHandler Unknown = { "Unknown", NULL }
static const QSP_namesHandler QspNamesHandlerDefault []
static const QSP_names QspNamesDefault


Detailed Description

The default names of the handlers/configurations.

Author:
JJRussell - russell@slac.stanford.edu

   CVS $Id: QSP_namesDefault.c,v 1.3 2011/03/28 22:58:45 russell Exp $

This file should be used only as a source of defaults.


Variable Documentation

const QSP_names QspNamesDefault [static]

Initial value:

{
  "SBS",
  "LATC",
  "LPA",
  { ALL_HANDLERS (QspNamesHandlerDefault, Unknown) }
}

const QSP_namesHandler QspNamesHandlerDefault[] [static]

Initial value:

 
{
    KNOWN_HANDLERS (NULL,
                    GammaCfgNames,
                    NULL,
                    MipCfgNames,
                    HipCfgNames,
                    DgnCfgNames)
}


Generated on Mon Mar 28 16:02:44 2011 by  doxygen 1.5.8