[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.40
SDDS_GetArrayIndex
name:
SDDS_GetArrayIndex
description:
Returns the index of a named array in the data set. This is used with some routines for faster access to the data or to information about the data.
synopsis:
#include ”SDDS.h”
int32_t SDDS_GetArrayIndex(SDDS_TABLE *SDDS_table, char *array_name)
arguments:
SDDS
_table:
Address of the SDDS_TABLE structure for the data set.
array
_name:
A NULL-terminated character string giving the name of the array for which information is desired.
return value:
On success, returns a non-negative integer giving the index of the array. On failure, returns -1 and records an error message.
see also:
SDDS
_GetArrayDefinition
SDDS
_GetArrayInformation
SDDS
_GetArrayNames
SDDS
_NumberOfErrors
SDDS
_PrintErrors
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]