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

Constituent: cal_db_pedestals_create     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

cal_db_common_create.h File Reference

Interface to the CAL common create routines. More...

#include <stdio.h>
#include <libgen.h>

Include dependency graph for cal_db_common_create.h:

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


Functions

void cal_db_preamble_write (FILE *hfile, const char *file_header, const char *hname, const char *package, const char *constituent, const char *version, const char *schema_name, const char *upper_name)
 Write the preamble to the H file, this includes the file header and the #defines.
void cal_db_info_write (FILE *hfile, const char *subsytem, const char *type, const char *origin, const char *style, unsigned int key, const char *access)
 Writes the common CAL database header information.

Detailed Description

Interface to the CAL common create routines.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: cal_db_common_create.h,v 1.1.1.1 2005/08/01 20:52:48 russell Exp $

Function Documentation

void cal_db_info_write FILE *  hfile,
const char *  subsystem,
const char *  type,
const char *  origin,
const char *  style,
unsigned int  key,
const char *  access
 

Writes the common CAL database header information.

Parameters:
hfile The file handle
subsystem The subsystem name, i.e. ACD, CAL, TKR
type The type of database, i.e. PEDESTALS, GAINS or COMBINED
origin The originating source of the constants, i.e. GLEAM, LAT, etc
style The style of the constants, IDEALIZED, FULL
key The identifying key (intent is that this number uniquely identifies the originating file)
access The access routines

void cal_db_preamble_write FILE *  hfile,
const char *  file_header,
const char *  hname,
const char *  package,
const char *  constituent,
const char *  version,
const char *  schema_name,
const char *  upper_name
 

Write the preamble to the H file, this includes the file header and the #defines.

Parameters:
hfile The include file handle
file_header The file header (the DOXYGEN stuff)
hname The name of the input file
package The package name
constituent The constituent name
version The schema version number
schema_name The suffix of the schema name (cal_gains, etc...)
upper_name The upper case version of the name (gains/pedestals)


Generated on Fri Dec 9 20:27:36 2005 by  doxygen 1.4.4