[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.63
SDDS_GetParameterIndex
name:
SDDS_GetParameterIndex
description:
Returns the index of a named parameter 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_GetParameterIndex(SDDS_TABLE *SDDS_table, char *parameter_name)
arguments:
SDDS
_table:
Address of the SDDS_TABLE structure for the data set.
parameter
_name:
A NULL-terminated character string giving the name of the parameter for which information is desired.
return value:
On success, returns a non-negative integer giving the index of the parameter. On failure, returns -1 and records an error message.
see also:
SDDS
_GetParameterDefinition
SDDS
_GetParameterInformation
SDDS
_GetParameterNames
SDDS
_NumberOfErrors
SDDS
_PrintErrors
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]