NetCDF  4.6.3
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
hdf5file.c File Reference
#include "config.h"
#include "hdf5internal.h"
#include "ncrc.h"

Go to the source code of this file.

Macros

#define LOGOPEN   1
 
#define NRESERVED   11 /*|NC_reservedatt|*/
 

Functions

static int detect_preserve_dimids (NC_GRP_INFO_T *grp, nc_bool_t *bad_coord_orderp)
 
static void dumpopenobjects (NC_FILE_INFO_T *h5)
 
int NC4__enddef (int ncid, size_t h_minfree, size_t v_align, size_t v_minfree, size_t r_align)
 
int NC4_abort (int ncid)
 
int NC4_close (int ncid, void *params)
 
int nc4_close_hdf5_file (NC_FILE_INFO_T *h5, int abort, NC_memio *memio)
 
int nc4_close_netcdf4_file (NC_FILE_INFO_T *h5, int abort, NC_memio *memio)
 
static int NC4_enddef (int ncid)
 
int nc4_enddef_netcdf4_file (NC_FILE_INFO_T *h5)
 
int NC4_extract_file_image (NC_FILE_INFO_T *h5)
 
int NC4_inq (int ncid, int *ndimsp, int *nvarsp, int *nattsp, int *unlimdimidp)
 
int NC4_redef (int ncid)
 
int NC4_set_fill (int ncid, int fillmode, int *old_modep)
 
int NC4_sync (int ncid)
 
const NC_reservedatt * NC_findreserved (const char *name)
 
static int sync_netcdf4_file (NC_FILE_INFO_T *h5)
 

Variables

static const NC_reservedatt NC_reserved [NRESERVED]
 

Variable Documentation

const NC_reservedatt NC_reserved[NRESERVED]
static
Initial value:
= {
{NC_ATT_CLASS, READONLYFLAG|DIMSCALEFLAG},
{NC_ATT_DIMENSION_LIST, READONLYFLAG|DIMSCALEFLAG},
{NC_ATT_NAME, READONLYFLAG|DIMSCALEFLAG},
{NC_ATT_REFERENCE_LIST, READONLYFLAG|DIMSCALEFLAG},
{NC_ATT_FORMAT, READONLYFLAG},
{ISNETCDF4ATT, READONLYFLAG|NAMEONLYFLAG},
{NCPROPS, READONLYFLAG|NAMEONLYFLAG|MATERIALIZEDFLAG},
{NC_ATT_COORDINATES, READONLYFLAG|DIMSCALEFLAG|MATERIALIZEDFLAG},
{NC_DIMID_ATT_NAME, READONLYFLAG|DIMSCALEFLAG|MATERIALIZEDFLAG},
{SUPERBLOCKATT, READONLYFLAG|NAMEONLYFLAG},
{NC3_STRICT_ATT_NAME, READONLYFLAG|MATERIALIZEDFLAG},
}

Definition at line 33 of file hdf5file.c.


Return to the Main Unidata NetCDF page.
Generated on Sat Apr 6 2019 08:19:00 for NetCDF. NetCDF is a Unidata library.