Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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.