#include "config.h"
#include "nc4internal.h"
#include "hdf5internal.h"
#include "nc_provenance.h"
#include "nclist.h"
#include "ncbytes.h"
Go to the source code of this file.
|
#define | ESCAPECHARS "\\=|," |
|
#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;}} |
|
#define | NCPROPS_MAX_NAME 1024 /* max key name size */ |
|
#define | NCPROPS_MAX_VALUE 1024 /* max value size */ |
|
|
int | NC4_clear_provenance (NC4_Provenance *prov) |
|
int | NC4_new_provenance (NC_FILE_INFO_T *file) |
|
int | NC4_provenance_finalize (void) |
|
int | NC4_provenance_init (void) |
|
static int | NC4_read_ncproperties (NC_FILE_INFO_T *h5, char **propstring) |
|
int | NC4_read_provenance (NC_FILE_INFO_T *file) |
|
static int | NC4_write_ncproperties (NC_FILE_INFO_T *h5) |
|
int | NC4_write_provenance (NC_FILE_INFO_T *file) |
|
void | ncprintprovenance (NC4_Provenance *info) |
|
|
static int | globalpropinitialized = 0 |
|
static NC4_Provenance | globalprovenance |
|
◆ HDF5_MAX_NAME
#define HDF5_MAX_NAME 1024 |
HDF5 max name.
Definition at line 26 of file nc4info.c.
◆ NC4_write_ncproperties()
static int NC4_write_ncproperties |
( |
NC_FILE_INFO_T * |
h5 | ) |
|
|
static |
SUPPRESSNCPROPERTY
SUPPRESSNCPROPERTY
Definition at line 303 of file nc4info.c.