NetCDF  4.6.1
nc4info.c File Reference
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <hdf5.h>
#include "netcdf.h"
#include "nc4internal.h"
Include dependency graph for nc4info.c:

Go to the source code of this file.

Macros

#define HCHECK(expr)   {if((expr)<0) {ncstat = NC_EHDFERR; goto done;}}
 
#define HDF5_MAX_NAME   1024
 HDF5 max name. More...
 
#define NCHECK(expr)   {if((expr)!=NC_NOERR) {goto done;}}
 

Functions

int NC4_buildpropinfo (struct NCPROPINFO *info, char **propdatap)
 
int NC4_fileinfo_init (void)
 
int NC4_get_fileinfo (NC_HDF5_FILE_INFO_T *h5, struct NCPROPINFO *init)
 
static int NC4_get_propattr (NC_HDF5_FILE_INFO_T *h5)
 
static int NC4_properties_parse (struct NCPROPINFO *ncprops, const char *text)
 
int NC4_put_propattr (NC_HDF5_FILE_INFO_T *h5)
 

Variables

struct NCPROPINFO globalpropinfo
 Global property info. More...
 

Macro Definition Documentation

◆ HDF5_MAX_NAME

#define HDF5_MAX_NAME   1024

HDF5 max name.

Definition at line 16 of file nc4info.c.

Variable Documentation

◆ globalpropinfo

struct NCPROPINFO globalpropinfo

Global property info.

Definition at line 24 of file nc4info.c.


Return to the Main Unidata NetCDF page.
Generated on Thu Jul 19 2018 13:18:57 for NetCDF. NetCDF is a Unidata library.