GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QCFG / V1-1-0

Constituent: qcfg_report     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

Description

The qcfg_report program is used to display the merged contents of one or more binary LAT configuration files. If the same registers are specified in more than one file, earlier read values are overwritten by ones read later.

The set of input files may be specified in one of two ways.

The first way is to supply the names as parameters to the command, and it is an error if any of these files does not exist.

The second way is to supply a file name pattern and an optional filter restricting which files are to be considered for inclusion. Without a filter all known file types are candidates, otherwise only those types appearing in the filter list are used. In either case if the pattern contains a "%" character, the list of potential file names is formed by substituting each type in turn for the "%". If there is no "%" character in the pattern, it behaves as if "%.lcb" were appended to it. The candidate list is then trimmed to include only those files that actually exist. The list of valid types can be found in the description of qcfg_parse.

Synopsis

qcfg_report [-v] [-x] [-c cfgPatt [-f filtSpec]] [-o outFile] [cfgFile1... cfgFileN]

Options

-c cfgPatt The name pattern for the set of configuration files to be read. Cannot be specified if any cfgFile parameter is present.
-f filtSpec The comma-separated list of types to be used as a filter for the file names.
-o outFile The name of the output file to receive the generated report.
-x Causes XML source to be generated instead of a report.
-v Verbose option. Causes the number of input files being read to be displayed.

Parameters

cfgFileJ The name of the Jth configuration file to read.

Generated on Wed Dec 17 01:33:40 2008 by  doxygen 1.4.4