ModuleArgs_struct Struct Reference

DRMS structure for holding parsed command-line-argument default values. More...

#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.


Detailed Description

DRMS structure for holding parsed command-line-argument default values.
Examples:

moduleargs_ex1.c.

Definition at line 83 of file cmdparams.h.


The documentation for this struct was generated from the following file:

Generated on Mon Mar 26 07:00:55 2018 for JSOC_Documentation by  doxygen 1.5.7.1