RCDFReadZ
| Syntax | ||
int RCDFReadZ(CDFid id,int recno,char **varname,struct RCDFData *ptr); | ||
| Header | ||
| analysis/rcdf.h | ||
| Library | ||
| rcdf | ||
| Description | ||
The The CDF file is identified by the argument id and the argument recno defines the record number to read. The argument varname is a NULL terminated array of variable names to extract from the record. Each variable it stored in the appropriate element of the array of structures pointed to by the argument ptr. | ||
| Returns | ||
| Returns zero on success. On error, a (-1) is returned. | ||
| Errors | ||
| On error, a (-1) is returned. | ||
| Example | ||
|