#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.
|
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) |
|
#define HDF5_MAX_NAME 1024 |
HDF5 max name.
Definition at line 16 of file nc4info.c.
struct NCPROPINFO globalpropinfo |
Global property info.
Definition at line 24 of file nc4info.c.