OSFI-C
3.10.0
OpenSF Integration Library
|
Result of parsing CLI arguments, contains the files of each type passed to the module. More...
#include <OSFIC.h>
Data Fields | |
osfi_clp_files_t * | config |
Configuration files, never null. More... | |
osfi_clp_files_t * | input |
Input files, never null. | |
osfi_clp_files_t * | output |
Output files, never null. | |
Result of parsing CLI arguments, contains the files of each type passed to the module.
On a successful return from osfiClpParseArgs(), all members will point to a valid (non-null) substructure. However, depending on the actual arguments, some of them may contain 0 entries e.g. if no input files exist then input
is allocated but input->count==0
.
osfi_clp_files_t* osfi_clp_args::config |
Configuration files, never null.
The number of files available in this member depends on the type of arguments parsed: