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