NetCDF  4.6.1
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
nc4info.c File Reference
#include "config.h"
#include <stdlib.h>
#include <string.h>
#include <hdf5.h>
#include "netcdf.h"
#include "nc4internal.h"

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

#define HDF5_MAX_NAME   1024

HDF5 max name.

Definition at line 16 of file nc4info.c.

Variable Documentation

struct NCPROPINFO globalpropinfo

Global property info.

Definition at line 24 of file nc4info.c.


Return to the Main Unidata NetCDF page.
Generated on Fri May 11 2018 21:22:26 for NetCDF. NetCDF is a Unidata library.