Next: SDDS_CheckColumn
Up: Manual Pages
Previous: SDDS_CastValue
Contents
SDDS_CheckArray
- name:
SDDS_CheckArray
- description:
Check to see if an array exists with the specified name, units and type.
- synopsis: #include "SDDS.h"
long SDDS_CheckArray(SDDS_TABLE *SDDS_table, char *name, char *units, long type, FILE *fp_message);
- arguments:
- SDDS_table: Address of the SDDS_TABLE structure for the data set.
- name: Name of array.
- units: Units of array, may be NULL.
- type: Valid types are SDDS_ANY_NUMERIC_TYPE, SDDS_ANY_FLOATING_TYPE, SDDS_ANY_INTEGER_TYPE, and 0. If 0 is used this is ignored.
- fp_message: Error messages are sent here. Usually stderr.
- return value:
Returns SDDS_CHECK_OK on success.
- see also:
Robert Soliday
2006-06-29