ocssw
V2022
|
Go to the source code of this file.
Functions | |
void | l1_input_init () |
void | l1_input_delete (l1_input_t *input) |
void | l1_add_options (clo_optionList_t *list) |
void | l1_read_default_files (clo_optionList_t *list, filehandle *l1file, const char *ifile) |
void | l1_load_options (clo_optionList_t *list, filehandle *l1file) |
void | l1_get_input_params (filehandle *l1file, char *input_parms) |
void | l1_get_input_files (filehandle *l1file, char *input_files) |
Variables | |
l1_input_t * | l1_input |
Function Documentation
◆ l1_add_options()
void l1_add_options | ( | clo_optionList_t * | list | ) |
Definition at line 76 of file l1_options.c.
◆ l1_get_input_files()
void l1_get_input_files | ( | filehandle * | l1file, |
char * | input_files | ||
) |
Definition at line 644 of file l1_options.c.
◆ l1_get_input_params()
void l1_get_input_params | ( | filehandle * | l1file, |
char * | input_parms | ||
) |
Definition at line 444 of file l1_options.c.
◆ l1_input_delete()
void l1_input_delete | ( | l1_input_t * | input | ) |
Definition at line 65 of file l1_options.c.
◆ l1_input_init()
void l1_input_init | ( | ) |
Definition at line 11 of file l1_options.c.
◆ l1_load_options()
void l1_load_options | ( | clo_optionList_t * | list, |
filehandle * | l1file | ||
) |
Definition at line 247 of file l1_options.c.
◆ l1_read_default_files()
void l1_read_default_files | ( | clo_optionList_t * | list, |
filehandle * | l1file, | ||
const char * | ifile | ||
) |
Definition at line 192 of file l1_options.c.
Variable Documentation
◆ l1_input
l1_input_t* l1_input |
Definition at line 9 of file l1_options.c.