ocssw
V2022
|
#include <afrt_input.h>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | par_option_cb (struct clo_option_t *option) |
void | afrt_init_options (clo_optionList_t *list, const char *softwareVersion) |
void | afrt_read_options (clo_optionList_t *list, int argc, char *argv[]) |
Function Documentation
◆ afrt_init_options()
void afrt_init_options | ( | clo_optionList_t * | list, |
const char * | softwareVersion | ||
) |
add all of the accepted command line options to list
Definition at line 20 of file afrt_input.cpp.
◆ afrt_read_options()
void afrt_read_options | ( | clo_optionList_t * | list, |
int | argc, | ||
char * | argv[] | ||
) |
Definition at line 54 of file afrt_input.cpp.
◆ par_option_cb()
void par_option_cb | ( | struct clo_option_t * | option | ) |
CLO callback function for the "par" option. Loads the parameter file into the list that is stored in option->cb_data
Definition at line 14 of file afrt_input.cpp.