LAL  7.5.0.1-b72065a
LALUserVariable Struct Reference

Detailed Description

Definition at line 105 of file UserInput.c.

Data Fields

CHAR name [64]
 
UserVarType type
 
CHAR optchar
 
const CHARsubsection
 
CHAR help [2048]
 
void * cvar
 
const void * cdata
 
UserVarCategory category
 
BOOLEAN was_set
 
struct tagLALUserVariable * next
 

Field Documentation

◆ name

CHAR LALUserVariable::name[64]

Definition at line 106 of file UserInput.c.

◆ type

UserVarType LALUserVariable::type

Definition at line 107 of file UserInput.c.

◆ optchar

CHAR LALUserVariable::optchar

Definition at line 108 of file UserInput.c.

◆ subsection

const CHAR* LALUserVariable::subsection

Definition at line 109 of file UserInput.c.

◆ help

CHAR LALUserVariable::help[2048]

Definition at line 110 of file UserInput.c.

◆ cvar

void* LALUserVariable::cvar

Definition at line 111 of file UserInput.c.

◆ cdata

const void* LALUserVariable::cdata

Definition at line 112 of file UserInput.c.

◆ category

UserVarCategory LALUserVariable::category

Definition at line 113 of file UserInput.c.

◆ was_set

BOOLEAN LALUserVariable::was_set

Definition at line 114 of file UserInput.c.

◆ next

struct tagLALUserVariable* LALUserVariable::next

Definition at line 115 of file UserInput.c.