#include <cmdparams.h>
Data Fields | |
char * | description |
Free-form descriptive string. | |
char * | name |
Name of argument (where <name>=
appears on the command line. | |
char * | range |
For type==ARG_NUME, this is a list of comma-separated string tokens that name the enum symbols. For type==ARG_INT, ARG_FLOAT, or ARG_DOUBLE, this contains a range of values. | |
ModuleArgs_Type_t | type |
Data type of argument. | |
char * | value |
Value of argument (where <name>=
appears on the command line. |
Definition at line 83 of file cmdparams.h.