synopsis: #include ”SDDS.h”
PARAMETER_DEFINITION *SDDS_GetParameterDefinition(SDDS_TABLE *SDDS_table, char
*name);
typedef struct {
char *name, *symbol, *units, *description, *format_string, *fixed_value;
int32_t type;
/* internal data follows that should not be accessed by users */
} PARAMETER_DEFINITION;