Prototypes | |
| int | XLALUserVarPrintUsage (FILE *file) |
| Print a one-line usage string. More... | |
| int | XLALUserVarPrintHelp (FILE *file) |
| Print help page. More... | |
| int | main (int argc, char *argv[]) |
| some basic consistency checks of the (XLAL) UserInput module, far from exhaustive, but should be enough to catch big obvious malfunctions More... | |
Go to the source code of this file.
Data Structures | |
| struct | UserInput_t |
| int XLALUserVarPrintUsage | ( | FILE * | file | ) |
Print a one-line usage string.
Definition at line 734 of file UserInput.c.
| int XLALUserVarPrintHelp | ( | FILE * | file | ) |
Print help page.
Definition at line 880 of file UserInput.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
some basic consistency checks of the (XLAL) UserInput module, far from exhaustive, but should be enough to catch big obvious malfunctions
Definition at line 59 of file UserInputTest.c.