netcdf-c/include
dmh 582410a407 [NCF-273]/HZY-708311
Add a new function called nc_inq_format_extended that
returns more detailed format information (vis-a-vis
nc_inq_format) about an open dataset.

Note that the netcdf API will present the file as if it had
the format specified by nc_inq_format.  The true file
format, however, may not even be a netcdf file; it might be
DAP, HDF4, or PNETCDF, for example. This function returns
that true file type.  It also returns the effective mode for
the file.

signature: nc_inq_format_extended(int ncid, int* formatp, int* modep)
where
* ncid is the NetCDF ID from a previous call to nc_open() or
  nc_create().
* formatp is a pointer to a location for returned true format.
* modep is a pointer to a location for returned mode flags.

Refer to the actual list in the file netcdf.h to see the
currently defined set.

Also added test cases (tst_formatx*).
2013-12-22 12:53:20 -07:00
..
ceconstraints.h Fix Jirs 255 2013-05-16 18:22:17 +00:00
CMakeLists.txt Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
err_macros.h Quincey's fixes for NCF-56, "netcdf-4 can't read HDF5 scalar atts". 2013-07-10 20:09:31 +00:00
fbits.h minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
Makefile.am Update to include XGetopt.h when make dist is invoked. 2013-03-29 21:11:25 +00:00
nc3dispatch.h [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
nc3internal.h The effect of this change is to make the struct NC structure 2012-09-06 19:44:03 +00:00
nc4internal.h Refactored read_scale(), memio_new(), var_create_dataset() and makespecial() 2013-12-08 03:29:26 -06:00
nc_logging.h added missing include directory 2010-06-07 11:25:58 +00:00
nc_tests.h more doxygen changes 2011-07-20 21:39:14 +00:00
nc.h [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
ncaux.h 2011-09-18 20:57:51 +00:00
ncbytes.h update nchashmap; move some old stuff in libdap2; fix new debug code 2012-08-19 21:12:35 +00:00
ncconfigure.h Merging from CMake branch in preparation for 4.3.0 release. 2013-04-29 20:15:57 +00:00
ncdimscale.h minor refactor of the build system to work better for cross-compiling 2011-03-15 10:19:08 +00:00
ncdispatch.h [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
nchashmap.h update nchashmap; move some old stuff in libdap2; fix new debug code 2012-08-19 21:12:35 +00:00
nclist.h update nchashmap; move some old stuff in libdap2; fix new debug code 2012-08-19 21:12:35 +00:00
nclog.h complete update of utilities: ncbyte, nclist, ncuri, nclog 2012-08-08 23:15:18 +00:00
nctime.h Merged latest changes from cmake development branch. 2013-04-02 22:09:31 +00:00
ncuri.h complete update of utilities: ncbyte, nclist, ncuri, nclog 2012-08-08 23:15:18 +00:00
netcdf_f.h Merged changes from netcdf-branch. 2012-12-13 22:09:41 +00:00
netcdf_par.h Quincey's fixes for NCF-250, netCDF-4 parallel independent access with 2013-07-08 21:31:13 +00:00
netcdf.h [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
onstack.h Merged latest changes from netcdf-cmake branch. 2013-03-27 19:15:00 +00:00
rnd.h moved string.c to libdispatch 2011-07-12 17:58:42 +00:00
utf8proc.h Made H5_USE_16_API an option in CMakeLists.txt, added string to describe what it does. 2013-08-28 12:43:45 -06:00
XGetopt.h 2012-09-10 22:37:38 +00:00