libdas2
das2 core C utilities
|
Utilities for parsing DSDF files into descriptor objects. More...
Utilities for parsing DSDF files into descriptor objects.
#include <das2/descriptor.h>
Go to the source code of this file.
Functions | |
DasDesc * | dsdf_parse (const char *sFileName) |
Parse a DSDF file into a descriptor object. More... | |
double * | dsdf_valToArray (const char *sValue, size_t *pLen) |
Helper function to parse a DSDF value as a double array. More... | |
const char * | dsdf_setIdlBin (const char *sIdlBin) |
Set the location of the IDL binary. More... | |
char * | dsdf_valToNormParam (const char *sRawParam, char *sNormParam, size_t uNormLen) |
Normalize a general reader command line parameter set. More... | |