GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QCFG / V1-1-0
Constituent: qcfg     Tag: linux-gcc
#include "RIM/RIM.h"
Include dependency graph for QCFG.h:

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

Data Structures | |
| struct | _QCFG_cmdOptns |
| Command line options block. More... | |
Typedefs | |
| typedef _QCFG_cmdOptns | QCFG_cmdOptns |
| Command line options block. | |
| typedef int | QCFG_rimProcCB (RIM *rim, unsigned int secs, void *parm) |
| Callback routine for processing a populated RIM. | |
Functions | |
| unsigned | QCFG_consume (RIM *rim, const char *const *filelist, int nFile) |
| Read a configuration into a RIM structure. | |
| unsigned | QCFG_consumeMap (RIM_map *map, const char *filename) |
| Read map data into the map structure. | |
| unsigned | QCFG_filterCollect (const char *filt, unsigned int *fMask) |
| Generate filter mask from list of type names. | |
| int | QCFG_getOptns (int argc, char *const *argv, const char *optStr, QCFG_cmdOptns *optns) |
| Get command line options and parameters. | |
| unsigned | QCFG_ingest (RIM *rim, const char *filename, QCFG_rimProcCB procRtn, void *parm) |
| Process a file of LAT configuration datagrams. | |
| unsigned | QCFG_makeFileList (const char *stem, const char *filt, int *nFile, const char *const **pFList) |
| Make file name list. | |
| void | QCFG_msgInit (void) |
| Initialize the message system. | |
| RIM * | QCFG_newRIM (void) |
| Allocate and construct a RIM structure. | |
| RIM_map * | QCFG_newRIMmap (void) |
| Allocate and construct a RIM_map structure. | |
| unsigned | QCFG_parse (const char *const *filelist, int nFile, const char *stub, unsigned int fMask, int verb) |
| Parse a set of XML files and create the binary configuration files. | |
| unsigned | QCFG_parseMap (const char *const *filelist, int nFile, const char *outname, int verb) |
| Read XML describing a map of the LAT components and create the equivalent binary file. | |
|
||||||||||||||||
|
Read a configuration into a RIM structure. The supplied list of binary configuration files is read into the supplied RIM structure.
|
|
||||||||||||
|
Read map data into the map structure.
|
|
||||||||||||
|
Generate filter mask from list of type names.
|
|
||||||||||||||||||||
|
Get command line options and parameters.
|
|
||||||||||||||||||||
|
Process a file of LAT configuration datagrams. This routine reads a file of LAT configuration datagrams and populates a RIM structure with each datagram. An optional callback routine may be called to process the contents of the RIM each time.
|
|
||||||||||||||||||||
|
Make file name list. A list of file names is generated from a file name stem and a comma- separated list of three-letter configuration filter type names. Only files that exist are include in the list.
|
|
|
Initialize the message system. This routine initializes the message system so that it can be used. |
|
|
Allocate and construct a RIM structure.
|
|
|
Allocate and construct a RIM_map structure.
|
|
||||||||||||||||||||||||
|
Parse a set of XML files and create the binary configuration files.
|
|
||||||||||||||||||||
|
Read XML describing a map of the LAT components and create the equivalent binary file.
|
1.4.4