das2C
das core C utilities (v3)
Functions
dsdf.h File Reference

Utilities for parsing DSDF files into descriptor objects. More...

#include <das2/descriptor.h>
Include dependency graph for dsdf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

DAS_API DasDescdsdf_parse (const char *sFileName)
 Parse a DSDF file into a descriptor object. More...
 
DAS_API double * dsdf_valToArray (const char *sValue, size_t *pLen)
 Helper function to parse a DSDF value as a double array. More...
 
DAS_API const char * dsdf_setIdlBin (const char *sIdlBin)
 Set the location of the IDL binary. More...
 
DAS_API char * dsdf_valToNormParam (const char *sRawParam, char *sNormParam, size_t uNormLen)
 Normalize a general reader command line parameter set. More...
 

Detailed Description

Utilities for parsing DSDF files into descriptor objects.