NEP 4.0.0
NetCDF Expansion Pack
Loading...
Searching...
No Matches
Data Fields
NEXTCDF4_FILE_INFO Struct Reference

#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
 

Detailed Description

Per-file state owned by the NEXTCDF-4 dispatch layer.

Field Documentation

◆ backend_marked

int NEXTCDF4_FILE_INFO::backend_marked

Nonzero when the NEXTCDF-4 backend marker is present.

◆ define_mode

int NEXTCDF4_FILE_INFO::define_mode

Nonzero while the file is in define mode.

◆ hdfid

hid_t NEXTCDF4_FILE_INFO::hdfid

Open HDF5 file identifier, or a negative value.

◆ mode

int NEXTCDF4_FILE_INFO::mode

Effective NetCDF create/open mode.

◆ netcdf4_model

int NEXTCDF4_FILE_INFO::netcdf4_model

Nonzero for NC_NETCDF4_MODEL compatibility mode.

◆ no_write

int NEXTCDF4_FILE_INFO::no_write

Nonzero when the HDF5 file is read-only.

◆ path

char* NEXTCDF4_FILE_INFO::path

Owned copy of the file-system path.

◆ rootid

hid_t NEXTCDF4_FILE_INFO::rootid

Open HDF5 root-group identifier, or a negative value.


The documentation for this struct was generated from the following file: