|
NEP 4.0.0
NetCDF Expansion Pack
|
#include <nxt4internal.h>
Data Fields | |
| hid_t | hdfid |
| hid_t | rootid |
| char * | path |
| int | mode |
| int | no_write |
| int | define_mode |
| int | netcdf4_model |
| int | backend_marked |
Per-file state owned by the NEXTCDF-4 dispatch layer.
| int NEXTCDF4_FILE_INFO::backend_marked |
Nonzero when the NEXTCDF-4 backend marker is present.
| int NEXTCDF4_FILE_INFO::define_mode |
Nonzero while the file is in define mode.
| hid_t NEXTCDF4_FILE_INFO::hdfid |
Open HDF5 file identifier, or a negative value.
| int NEXTCDF4_FILE_INFO::mode |
Effective NetCDF create/open mode.
| int NEXTCDF4_FILE_INFO::netcdf4_model |
Nonzero for NC_NETCDF4_MODEL compatibility mode.
| int NEXTCDF4_FILE_INFO::no_write |
Nonzero when the HDF5 file is read-only.
| char* NEXTCDF4_FILE_INFO::path |
Owned copy of the file-system path.
| hid_t NEXTCDF4_FILE_INFO::rootid |
Open HDF5 root-group identifier, or a negative value.