![]() |
das2C
das core C utilities (v3)
|
Holds a single data selection query parameter. More...
#include <das2/cli.h>
Data Fields | |
const char * | sKey |
The key used to find this data selector. | |
enum das_selfmt | nFmt |
The value type for the data selector. | |
unsigned int | nFlags |
Selector options, can be any of: REQUIRED|OPTIONAL|ENUM. | |
const char ** | psBounds |
The allowed comparisons for a PARAM selector, or the enumeration values for a ENUM selector. | |
const char * | sSummary |
A human-readable summary of the selector. | |
char ** | psValues |
The string value(s) from the command line. | |
Holds a single data selection query parameter.