NetCDF  4.6.2
nc4attr.c File Reference
#include "nc.h"
#include "nc4internal.h"
#include "hdf5internal.h"
#include "nc4dispatch.h"
#include "ncdispatch.h"
Include dependency graph for nc4attr.c:

Go to the source code of this file.

Functions

static int nc4_get_att (int ncid, int varid, const char *name, nc_type *xtype, nc_type mem_type, size_t *lenp, int *attnum, void *data)
 
int NC4_get_att (int ncid, int varid, const char *name, void *value, nc_type memtype)
 
static int nc4_get_att_special (NC_FILE_INFO_T *h5, const char *name, nc_type *filetypep, nc_type mem_type, size_t *lenp, int *attnump, void *data)
 
int NC4_inq_att (int ncid, int varid, const char *name, nc_type *xtypep, size_t *lenp)
 
int NC4_inq_attid (int ncid, int varid, const char *name, int *attnump)
 
int NC4_inq_attname (int ncid, int varid, int attnum, char *name)
 

Return to the Main Unidata NetCDF page.
Generated on Wed Dec 12 2018 10:27:40 for NetCDF. NetCDF is a Unidata library.