LAL  7.5.0.1-89842e6
UserInput_t Struct Reference

Detailed Description

Definition at line 32 of file UserInputTest.c.

Data Fields

REAL8 argNum
 
CHARargStr
 
BOOLEAN argBool
 
INT4 argInt
 
UINT4 argUInt
 
BOOLEAN argB2
 
CHARstring2
 
INT4 dummy
 
LIGOTimeGPS epochGPS
 
LIGOTimeGPS epochMJDTT
 
REAL8 longHMS
 
REAL8 longRad
 
REAL8 latDMS
 
REAL8 latRad
 
INT8 longInt
 
int argEnum
 
int argFlag
 
BOOLEAN long_help
 
INT4 randSeed
 allow user to specify random-number seed for reproducible noise-realizations More...
 
INT4 Nruns
 
INT4 inAlign
 
INT4 outAlign
 

Field Documentation

◆ argNum

REAL8 UserInput_t::argNum

Definition at line 34 of file UserInputTest.c.

◆ argStr

CHAR* UserInput_t::argStr

Definition at line 35 of file UserInputTest.c.

◆ argBool

BOOLEAN UserInput_t::argBool

Definition at line 36 of file UserInputTest.c.

◆ argInt

INT4 UserInput_t::argInt

Definition at line 37 of file UserInputTest.c.

◆ argUInt

UINT4 UserInput_t::argUInt

Definition at line 38 of file UserInputTest.c.

◆ argB2

BOOLEAN UserInput_t::argB2

Definition at line 39 of file UserInputTest.c.

◆ string2

CHAR* UserInput_t::string2

Definition at line 40 of file UserInputTest.c.

◆ dummy

INT4 UserInput_t::dummy

Definition at line 41 of file UserInputTest.c.

◆ epochGPS

LIGOTimeGPS UserInput_t::epochGPS

Definition at line 42 of file UserInputTest.c.

◆ epochMJDTT

LIGOTimeGPS UserInput_t::epochMJDTT

Definition at line 43 of file UserInputTest.c.

◆ longHMS

REAL8 UserInput_t::longHMS

Definition at line 44 of file UserInputTest.c.

◆ longRad

REAL8 UserInput_t::longRad

Definition at line 45 of file UserInputTest.c.

◆ latDMS

REAL8 UserInput_t::latDMS

Definition at line 46 of file UserInputTest.c.

◆ latRad

REAL8 UserInput_t::latRad

Definition at line 47 of file UserInputTest.c.

◆ longInt

INT8 UserInput_t::longInt

Definition at line 48 of file UserInputTest.c.

◆ argEnum

int UserInput_t::argEnum

Definition at line 49 of file UserInputTest.c.

◆ argFlag

int UserInput_t::argFlag

Definition at line 50 of file UserInputTest.c.

◆ long_help

BOOLEAN UserInput_t::long_help

Definition at line 51 of file UserInputTest.c.

◆ randSeed

INT4 UserInput_t::randSeed

allow user to specify random-number seed for reproducible noise-realizations

Definition at line 217 of file VectorMathTest.c.

◆ Nruns

INT4 UserInput_t::Nruns

Definition at line 218 of file VectorMathTest.c.

◆ inAlign

INT4 UserInput_t::inAlign

Definition at line 219 of file VectorMathTest.c.

◆ outAlign

INT4 UserInput_t::outAlign

Definition at line 220 of file VectorMathTest.c.