LAL  7.5.0.1-89842e6
UserInputTest.c File Reference

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
 

Function Documentation

◆ XLALUserVarPrintUsage()

int XLALUserVarPrintUsage ( FILE *  file)

Print a one-line usage string.

Definition at line 729 of file UserInput.c.

◆ XLALUserVarPrintHelp()

int XLALUserVarPrintHelp ( FILE *  file)

Print help page.

Definition at line 875 of file UserInput.c.

◆ main()

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.