GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> QSP / V0-2-2 > qsp / rhel6-64


Interface   Data Structures   File List   Data Fields   Globals  

QSP_templatesDefault.c File Reference

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

#include <QSP/QSP_templates.h>
#include <QSP_templates_p.h>
#include <QSP_database.h>

Defines

#define NULL   ((void *)0)
#define Cfg(_label,_dir,_name)   { _dir, _name "/lib" _name ".so" }
#define Handler(_label, _dir, _name, _cfgs)   { { _dir, _name "/lib" _name ".so" }, _cfgs }

Functions

const QSP_templatesQSP_templatesDefGet (void)

Variables

static const QSP_template GammaCfgTemplates [] = { GAMMA_CFG }
static const QSP_template MipCfgTemplates [] = { MIP_CFG }
static const QSP_template HipCfgTemplates [] = { HIP_CFG }
static const QSP_template DgnCfgTemplates [] = { DGN_CFG }
static const QSP_templatesHandler Unknown = { { "", ""}, NULL }
static const QSP_templatesHandler QspTemplatesHandlerDefault []
static const QSP_templates QspTemplatesDefault


Detailed Description

The default templates for the names of the handlers/configurations.

Author:
JJRussell - russell@slac.stanford.edu

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

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


Variable Documentation

const QSP_templates QspTemplatesDefault [static]

Initial value:

{
  { "SYS/source/FTS",    "src/epu.fmx.template"              },
  { "",                  ""                                  },
  { "CDM/binary/LPA_DB", "lpa_db_master/liblpa_db_master.so" },
  {

  }
}

const QSP_templatesHandler QspTemplatesHandlerDefault[] [static]

Initial value:

{
    KNOWN_HANDLERS (NULL,
                    GammaCfgTemplates,
                    NULL,
                    MipCfgTemplates,
                    HipCfgTemplates,
                    DgnCfgTemplates)                    
}


Generated on Tue Nov 29 16:54:52 2011 by  doxygen 1.5.8