GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > QCFG / V0-0-1
Constituent: qcfg     Tag: linux-gcc
#include "RIM/lrd.h"
#include "args_p.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for args.c:

Functions | |
| unsigned | input_count (int argc, char **argv) |
| Count the number of input files. | |
| void | input_collect (int argc, char **argv, char **list) |
| Set the elements of the list array to be pointers to NULL terminated filenames. | |
| char * | output_collect (int argc, char **argv) |
| Locate the output stub string in the command line arguments. | |
| unsigned | verbose_collect (int argc, char **argv) |
| Check the command line arguments for the verbose flag. | |
| unsigned | filter_collect (int argc, char **argv) |
| If a filter argument is present on the command line use it to construct a bit mask of components to write out. | |
| unsigned | get_bit (char *type) |
| Lookup the type and return a one-bit bit mask with the corresponding bit set. | |
|
||||||||||||
|
If a filter argument is present on the command line use it to construct a bit mask of components to write out.
|
|
|
Lookup the type and return a one-bit bit mask with the corresponding bit set.
|
|
||||||||||||||||
|
Set the elements of the list array to be pointers to NULL terminated filenames.
|
|
||||||||||||
|
Count the number of input files.
|
|
||||||||||||
|
Locate the output stub string in the command line arguments.
|
|
||||||||||||
|
Check the command line arguments for the verbose flag.
|
1.4.4