Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
ncgen.h File Reference
#include "nc_priv.h"
#include "generic.h"

Data Structures

struct  dims
 
struct  vars
 
struct  atts
 

Macros

#define H4_MAX_NC_ATTSIZE   2000 /* max size in bytes of an attribute */
 
#define MAXTRST   500 /* maximum size of a single string value */
 
#define FORT_MAX_LINES   20 /* max lines in FORTRAN statement */
 
#define FORT_MAX_STMNT   66 * FORT_MAX_LINES /* max chars in FORTRAN statement */
 
#define C_MAX_STMNT   FORT_MAX_STMNT /* until we fix to break up C lines */
 
#define NC_STREQ(a, b)   (*(a) == *(b) && strcmp((a), (b)) == 0)
 

Variables

struct dims dims [H4_MAX_NC_DIMS]
 
int ncid
 
int ndims
 
int nvars
 
int natts
 
int nvdims
 
int dimnum
 
int varnum
 
int valnum
 
int rec_dim
 
long var_len
 
int var_size
 
long netcdf_record_number
 
struct vars vars [H4_MAX_NC_VARS]
 
struct atts atts [H4_MAX_NC_ATTRS]
 

Macro Definition Documentation

◆ C_MAX_STMNT

#define C_MAX_STMNT   FORT_MAX_STMNT /* until we fix to break up C lines */

◆ FORT_MAX_LINES

#define FORT_MAX_LINES   20 /* max lines in FORTRAN statement */

◆ FORT_MAX_STMNT

#define FORT_MAX_STMNT   66 * FORT_MAX_LINES /* max chars in FORTRAN statement */

◆ H4_MAX_NC_ATTSIZE

#define H4_MAX_NC_ATTSIZE   2000 /* max size in bytes of an attribute */

◆ MAXTRST

#define MAXTRST   500 /* maximum size of a single string value */

◆ NC_STREQ

#define NC_STREQ ( a,
b )   (*(a) == *(b) && strcmp((a), (b)) == 0)

Variable Documentation

◆ atts

struct atts atts[H4_MAX_NC_ATTRS]

◆ dimnum

int dimnum
extern

◆ dims

struct dims dims[H4_MAX_NC_DIMS]

◆ natts

int natts
extern

◆ ncid

int ncid
extern

◆ ndims

int ndims
extern

◆ netcdf_record_number

long netcdf_record_number
extern

◆ nvars

int nvars
extern

◆ nvdims

int nvdims
extern

◆ rec_dim

int rec_dim
extern

◆ valnum

int valnum
extern

◆ var_len

long var_len
extern

◆ var_size

int var_size
extern

◆ varnum

int varnum
extern

◆ vars

struct vars vars[H4_MAX_NC_VARS]