das2C
das core C utilities (v3)
Data Fields
DasSelector Struct Reference

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.
 

Detailed Description

Holds a single data selection query parameter.


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