[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.5
SDDS_CheckParameter
name:
SDDS_CheckParameter
description:
Check to see if an parameter exists with the specified name, units and type.
synopsis:
#include ”SDDS.h”
int32_t SDDS_CheckParameter(SDDS_TABLE *SDDS_table, char *name, char *units, int32_t type, FILE *fp_message);
arguments:
SDDS
_table:
Address of the SDDS_TABLE structure for the data set.
name:
Name of parameter.
units:
Units of parameter, 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:
SDDS
_CheckArray
SDDS
_CheckColumn
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]