|
#define | FILENAME_MAX 255 |
|
#define | NC_BYTE_SIZE 1 |
|
#define | NC_CHAR_SIZE 1 |
|
#define | NC_SHORT_SIZE 2 |
|
#define | NC_LONG_SIZE 4 |
|
#define | NC_FLOAT_SIZE 4 |
|
#define | NC_DOUBLE_SIZE 8 |
|
#define | NC_UNSPECIFIED_SIZE 0 |
|
#define | Void char |
|
#define | ATTR_TAG DFTAG_VH |
|
#define | DIM_TAG DFTAG_VG |
|
#define | VAR_TAG DFTAG_VG |
|
#define | DATA_TAG DFTAG_SD |
|
#define | BOGUS_TAG ((uint16)721) |
|
#define | DIMVAL_VERSION00 0 /* <dimsize> fake values */ |
|
#define | DIMVAL_VERSION01 1 /* 1 elt with value of <dimsize> */ |
|
#define | BLOCK_MULT 64 /* multiplier for bytes in linked blocks */ |
|
#define | MAX_BLOCK_SIZE 65536 /* maximum size of block in linked blocks */ |
|
#define | BLOCK_COUNT 128 /* size of linked block pointer objects */ |
|
#define | NC_compare_string(s1, s2) ((s1)->hash != (s2)->hash ? 1 : strcmp((s1)->values, (s2)->values)) |
|
#define | IS_RECVAR(vp) ((vp)->shape != NULL ? (*(vp)->shape == NC_UNLIMITED) : 0) |
|
#define | netCDF_FILE 0 |
|
#define | HDF_FILE 1 |
|
#define | CDF_FILE 2 |
|
#define | MAGICOFFSET 0 /* Offset where format version number is written */ |
|
#define | CDFMAGIC 0x0000FFFF |
|
#define | HDFXMAGIC 0x0e031301 /* ^N^C^S^A */ |
|
#define | NCMAGIC 0x43444601 /* C D F 1 */ |
|
#define | NCMAGIC64 0x43444602 /* C D F 2 */ |
|
#define | NCLINKMAGIC 0x43444c01 /* C D L 1 */ |
|
#define | nc_serror HNAME(nc_serror) |
|
#define | NCadvise HNAME(NCadvise) |
|
#define | NC_computeshapes HNAME(NC_computeshapes) |
|
#define | NC_xtypelen HNAME(NC_xtypelen) |
|
#define | NC_xlen_array HNAME(NC_xlen_array) |
|
#define | NC_xlen_attr HNAME(NC_xlen_attr) |
|
#define | NC_xlen_cdf HNAME(NC_xlen_cdf) |
|
#define | NC_xlen_dim HNAME(NC_xlen_dim) |
|
#define | NC_xlen_iarray HNAME(NC_xlen_iarray) |
|
#define | NC_xlen_string HNAME(NC_xlen_string) |
|
#define | NC_xlen_var HNAME(NC_xlen_var) |
|
#define | NCmemset HNAME(NCmemset) |
|
#define | NC_arrayfill HNAME(NC_arrayfill) |
|
#define | NC_copy_arrayvals HNAME(NC_copy_arrayvals) |
|
#define | NC_free_array HNAME(NC_free_array) |
|
#define | NC_free_attr HNAME(NC_free_attr) |
|
#define | NC_free_cdf HNAME(NC_free_cdf) |
|
#define | NC_free_dim HNAME(NC_free_dim) |
|
#define | NC_free_iarray HNAME(NC_free_iarray) |
|
#define | NC_free_string HNAME(NC_free_string) |
|
#define | NC_free_var HNAME(NC_free_var) |
|
#define | NC_incr_array HNAME(NC_incr_array) |
|
#define | NC_dimid HNAME(NC_dimid) |
|
#define | NCcktype HNAME(NCcktype) |
|
#define | NC_indefine HNAME(NC_indefine) |
|
#define | xdr_cdf HNAME(xdr_cdf) |
|
#define | xdr_numrecs HNAME(xdr_numrecs) |
|
#define | xdr_shorts HNAME(xdr_shorts) |
|
#define | xdr_NC_array HNAME(xdr_NC_array) |
|
#define | xdr_NC_attr HNAME(xdr_NC_attr) |
|
#define | xdr_NC_dim HNAME(xdr_NC_dim) |
|
#define | xdr_NC_fill HNAME(xdr_NC_fill) |
|
#define | xdr_NC_iarray HNAME(xdr_NC_iarray) |
|
#define | xdr_NC_string HNAME(xdr_NC_string) |
|
#define | xdr_NC_var HNAME(xdr_NC_var) |
|
#define | NC_typelen HNAME(NC_typelen) |
|
#define | NC_check_id HNAME(NC_check_id) |
|
#define | NC_dup_cdf HNAME(NC_dup_cdf) |
|
#define | NC_new_cdf HNAME(NC_new_cdf) |
|
#define | NC_new_array HNAME(NC_new_array) |
|
#define | NC_re_array HNAME(NC_re_array) |
|
#define | NC_new_attr HNAME(NC_new_attr) |
|
#define | NC_findattr HNAME(NC_findattr) |
|
#define | NC_new_dim HNAME(NC_new_dim) |
|
#define | NC_new_iarray HNAME(NC_new_iarray) |
|
#define | NC_new_string HNAME(NC_new_string) |
|
#define | NC_re_string HNAME(NC_re_string) |
|
#define | NC_hlookupvar HNAME(NC_hlookupvar) |
|
#define | NC_new_var HNAME(NC_new_var) |
|
#define | NCvario HNAME(NCvario) |
|
#define | NCcoordck HNAME(NCcoordck) |
|
#define | xdr_NCvshort HNAME(xdr_NCvshort) |
|
#define | NC_dcpy HNAME(NC_dcpy) |
|
#define | NCxdrfile_sync HNAME(NCxdrfile_sync) |
|
#define | NCxdrfile_create HNAME(NCxdrfile_create) |
|
#define | NCgenio HNAME(NCgenio) /* from putgetg.c */ |
|
#define | NC_var_shape HNAME(NC_var_shape) /* from var.c */ |
|
#define | nncpopt H4_F77_FUNC(ncpopt, NCPOPT) |
|
#define | nncgopt H4_F77_FUNC(ncgopt, NCGOPT) |
|
#define | nnccre H4_F77_FUNC(nccre, NCCRE) |
|
#define | nncopn H4_F77_FUNC(ncopn, NCOPN) |
|
#define | nncddef H4_F77_FUNC(ncddef, NCDDEF) |
|
#define | nncdid H4_F77_FUNC(ncdid, NCDID) |
|
#define | nncvdef H4_F77_FUNC(ncvdef, NCVDEF) |
|
#define | nncvid H4_F77_FUNC(ncvid, NCVID) |
|
#define | nnctlen H4_F77_FUNC(nctlen, NCTLEN) |
|
#define | nncclos H4_F77_FUNC(ncclos, NCCLOS) |
|
#define | nncredf H4_F77_FUNC(ncredf, NCREDF) |
|
#define | nncendf H4_F77_FUNC(ncendf, NCENDF) |
|
#define | nncinq H4_F77_FUNC(ncinq, NCINQ) |
|
#define | nncsnc H4_F77_FUNC(ncsnc, NCSNC) |
|
#define | nncabor H4_F77_FUNC(ncabor, NCABOR) |
|
#define | nncdinq H4_F77_FUNC(ncdinq, NCDINQ) |
|
#define | nncdren H4_F77_FUNC(ncdren, NCDREN) |
|
#define | nncvinq H4_F77_FUNC(ncvinq, NCVINQ) |
|
#define | nncvpt1 H4_F77_FUNC(ncvpt1, NCVPT1) |
|
#define | nncvp1c H4_F77_FUNC(ncvp1c, NCVP1C) |
|
#define | nncvpt H4_F77_FUNC(ncvpt, NCVPT) |
|
#define | nncvptc H4_F77_FUNC(ncvptc, NCVPTC) |
|
#define | nncvptg H4_F77_FUNC(ncvptg, NCVPTG) |
|
#define | nncvpgc H4_F77_FUNC(ncvpgc, NCVPGC) |
|
#define | nncvgt1 H4_F77_FUNC(ncvgt1, NCVGT1) |
|
#define | nncvg1c H4_F77_FUNC(ncvg1c, NCVG1C) |
|
#define | nncvgt H4_F77_FUNC(ncvgt, NCVGT) |
|
#define | nncvgtc H4_F77_FUNC(ncvgtc, NCVGTC) |
|
#define | nncvgtg H4_F77_FUNC(ncvgtg, NCVGTG) |
|
#define | nncvggc H4_F77_FUNC(ncvggc, NCVGGC) |
|
#define | nncvren H4_F77_FUNC(ncvren, NCVREN) |
|
#define | nncapt H4_F77_FUNC(ncapt, NCAPT) |
|
#define | nncaptc H4_F77_FUNC(ncaptc, NCAPTC) |
|
#define | nncainq H4_F77_FUNC(ncainq, NCAINQ) |
|
#define | nncagt H4_F77_FUNC(ncagt, NCAGT) |
|
#define | nncagtc H4_F77_FUNC(ncagtc, NCAGTC) |
|
#define | nncacpy H4_F77_FUNC(ncacpy, NCACPY) |
|
#define | nncanam H4_F77_FUNC(ncanam, NCANAM) |
|
#define | nncaren H4_F77_FUNC(ncaren, NCAREN) |
|
#define | nncadel H4_F77_FUNC(ncadel, NCADEL) |
|
#define | nncsfil H4_F77_FUNC(ncsfil, NCSFIL) |
|
|
HDFLIBAPI void HNAME | nc_serror (const char *fmt,...) |
|
HDFLIBAPI void HNAME | NCadvise (int err, const char *fmt,...) |
|
HDFLIBAPI int HNAME | NC_computeshapes (NC *handle) |
|
HDFLIBAPI int HNAME | NC_xtypelen (nc_type type) |
|
HDFLIBAPI int HNAME | NC_xlen_array (NC_array *array) |
|
HDFLIBAPI int HNAME | NC_xlen_attr (NC_attr **app) |
|
HDFLIBAPI int HNAME | NC_xlen_cdf (NC *cdf) |
|
HDFLIBAPI int HNAME | NC_xlen_dim (NC_dim **dpp) |
|
HDFLIBAPI int HNAME | NC_xlen_iarray (NC_iarray *iarray) |
|
HDFLIBAPI int HNAME | NC_xlen_string (NC_string *cdfstr) |
|
HDFLIBAPI int HNAME | NC_xlen_var (NC_var **vpp) |
|
HDFLIBAPI char *HNAME | NCmemset (char *s, int c, int n) |
|
HDFLIBAPI void HNAME | NC_arrayfill (void *lo, size_t len, nc_type type) |
|
HDFLIBAPI void HNAME | NC_copy_arrayvals (char *target, NC_array *array) |
|
HDFLIBAPI int HNAME | NC_free_array (NC_array *array) |
|
HDFLIBAPI int HNAME | NC_free_attr (NC_attr *attr) |
|
HDFLIBAPI int HNAME | NC_free_cdf (NC *handle) |
|
HDFLIBAPI int HNAME | NC_free_dim (NC_dim *dim) |
|
HDFLIBAPI int HNAME | NC_free_iarray (NC_iarray *iarray) |
|
HDFLIBAPI int HNAME | NC_free_string (NC_string *cdfstr) |
|
HDFLIBAPI int HNAME | NC_free_var (NC_var *var) |
|
HDFLIBAPI char *HNAME | NC_incr_array (NC_array *array, char *tail) |
|
HDFLIBAPI int HNAME | NC_dimid (NC *handle, char *name) |
|
HDFLIBAPI bool_t HNAME | NCcktype (nc_type datatype) |
|
HDFLIBAPI bool_t HNAME | NC_indefine (int cdfid, bool_t iserr) |
|
HDFLIBAPI bool_t HNAME | xdr_cdf (XDR *xdrs, NC **handlep) |
|
HDFLIBAPI bool_t HNAME | xdr_numrecs (XDR *xdrs, NC *handle) |
|
HDFLIBAPI bool_t HNAME | xdr_shorts (XDR *xdrs, short *sp, unsigned cnt) |
|
HDFLIBAPI bool_t HNAME | xdr_NC_array (XDR *xdrs, NC_array **app) |
|
HDFLIBAPI bool_t HNAME | xdr_NC_attr (XDR *xdrs, NC_attr **app) |
|
HDFLIBAPI bool_t HNAME | xdr_NC_dim (XDR *xdrs, NC_dim **dpp) |
|
HDFLIBAPI bool_t HNAME | xdr_NC_fill (XDR *xdrs, NC_var *vp) |
|
HDFLIBAPI bool_t HNAME | xdr_NC_iarray (XDR *xdrs, NC_iarray **ipp) |
|
HDFLIBAPI bool_t HNAME | xdr_NC_string (XDR *xdrs, NC_string **spp) |
|
HDFLIBAPI bool_t HNAME | xdr_NC_var (XDR *xdrs, NC_var **vpp) |
|
HDFLIBAPI size_t HNAME | NC_typelen (nc_type type) |
|
HDFLIBAPI NC *HNAME | NC_check_id (int cdfid) |
|
HDFLIBAPI NC *HNAME | NC_dup_cdf (const char *name, int mode, NC *old) |
|
HDFLIBAPI NC *HNAME | NC_new_cdf (const char *name, int mode) |
|
HDFLIBAPI NC_array *HNAME | NC_new_array (nc_type type, unsigned count, const void *values) |
|
HDFLIBAPI NC_array *HNAME | NC_re_array (NC_array *old, nc_type type, unsigned count, const void *values) |
|
HDFLIBAPI NC_attr *HNAME | NC_new_attr (const char *name, nc_type type, unsigned count, const void *values) |
|
HDFLIBAPI NC_attr **HNAME | NC_findattr (NC_array **ap, const char *name) |
|
HDFLIBAPI NC_dim *HNAME | NC_new_dim (const char *name, long size) |
|
HDFLIBAPI NC_iarray *HNAME | NC_new_iarray (unsigned count, const int values[]) |
|
HDFLIBAPI NC_string *HNAME | NC_new_string (unsigned count, const char *str) |
|
HDFLIBAPI NC_string *HNAME | NC_re_string (NC_string *old, unsigned count, const char *str) |
|
HDFLIBAPI NC_var *HNAME | NC_hlookupvar (NC *handle, int varid) |
|
HDFLIBAPI NC_var *HNAME | NC_new_var (const char *name, nc_type type, int ndims, const int *dims) |
|
HDFLIBAPI int HNAME | NCvario (NC *handle, int varid, const long *start, const long *edges, void *values) |
|
HDFLIBAPI bool_t HNAME | NCcoordck (NC *handle, NC_var *vp, const long *coords) |
|
HDFLIBAPI bool_t HNAME | xdr_NCvshort (XDR *xdrs, unsigned which, short *values) |
|
HDFLIBAPI bool_t HNAME | NC_dcpy (XDR *target, XDR *source, long nbytes) |
|
HDFLIBAPI int HNAME | NCxdrfile_sync (XDR *xdrs) |
|
HDFLIBAPI int HNAME | NCxdrfile_create (XDR *xdrs, const char *path, int ncmode) |
|
HDFLIBAPI intn | hdf_fill_array (char *storage, int32 len, char *value, int32 type) |
|
HDFLIBAPI intn | hdf_get_data (NC *handle, NC_var *vp) |
|
HDFLIBAPI int32 | hdf_get_vp_aid (NC *handle, NC_var *vp) |
|
HDFLIBAPI int | hdf_map_type (nc_type) |
|
HDFLIBAPI nc_type | hdf_unmap_type (int) |
|
HDFLIBAPI intn | hdf_get_ref (NC *, int) |
|
HDFLIBAPI intn | hdf_create_dim_vdata (XDR *, NC *, NC_dim *) |
|
HDFLIBAPI intn | hdf_create_compat_dim_vdata (XDR *xdrs, NC *handle, NC_dim *dim, int32 dimval_ver) |
|
HDFLIBAPI intn | hdf_write_attr (XDR *, NC *, NC_attr **) |
|
HDFLIBAPI int32 | hdf_write_dim (XDR *, NC *, NC_dim **, int32) |
|
HDFLIBAPI int32 | hdf_write_var (XDR *, NC *, NC_var **) |
|
HDFLIBAPI intn | hdf_write_xdr_cdf (XDR *, NC **) |
|
HDFLIBAPI intn | hdf_conv_scales (NC **) |
|
HDFLIBAPI intn | hdf_read_dims (XDR *, NC *, int32) |
|
HDFLIBAPI NC_array * | hdf_read_attrs (XDR *, NC *, int32) |
|
HDFLIBAPI intn | hdf_read_vars (XDR *, NC *, int32) |
|
HDFLIBAPI intn | hdf_read_xdr_cdf (XDR *, NC **) |
|
HDFLIBAPI intn | hdf_xdr_cdf (XDR *, NC **) |
|
HDFLIBAPI intn | hdf_vg_clobber (NC *, int) |
|
HDFLIBAPI intn | hdf_cdf_clobber (NC *) |
|
HDFLIBAPI intn | hdf_close (NC *) |
|
HDFLIBAPI intn | hdf_read_sds_dims (NC *) |
|
HDFLIBAPI intn | hdf_read_sds_cdf (XDR *, NC **) |
|
HDFLIBAPI intn | SDPfreebuf (void) |
|
HDFLIBAPI intn | HNAME (NCgenio)(NC *handle |
|
HDFLIBAPI intn | HNAME (NC_var_shape)(NC_var *var |
|
HDFLIBAPI intn | NC_reset_maxopenfiles (intn req_max) |
|
HDFLIBAPI intn | NC_get_maxopenfiles (void) |
|
HDFLIBAPI intn | NC_get_systemlimit (void) |
|
HDFLIBAPI int | NC_get_numopencdfs (void) |
|
HDFLIBAPI nc_type | cdf_unmap_type (int type) |
|
HDFLIBAPI bool_t | nssdc_read_cdf (XDR *xdrs, NC **handlep) |
|
HDFLIBAPI bool_t | nssdc_write_cdf (XDR *xdrs, NC **handlep) |
|
HDFLIBAPI bool_t | nssdc_xdr_cdf (XDR *xdrs, NC **handlep) |
|
HDFLIBAPI intn | HDiscdf (const char *filename) |
|
HDFLIBAPI intn | HDisnetcdf (const char *filename) |
|
HDFLIBAPI intn | HDisnetcdf64 (const char *filename) |
|