MISR Toolkit
1.5.1
|
Go to the source code of this file.
Macros | |
#define | NC_VERSION_MAJOR 4 |
#define | NC_VERSION_MINOR 7 |
#define | NC_VERSION_PATCH 4 |
#define | NC_VERSION_NOTE "" |
#define | NC_VERSION "4.7.4" |
#define | NC_HAS_NC2 1 |
#define | NC_HAS_NC4 1 |
#define | NC_HAS_HDF4 0 |
#define | NC_HAS_HDF5 1 |
#define | NC_HAS_SZIP |
#define | NC_HAS_SZIP_WRITE |
#define | NC_HAS_DAP2 0 |
#define | NC_HAS_DAP4 0 |
#define | NC_HAS_BYTERANGE no |
#define | NC_HAS_DISKLESS 1 |
#define | NC_HAS_MMAP 0 |
#define | NC_HAS_JNA 0 |
#define | NC_HAS_PNETCDF 0 |
#define | NC_HAS_PARALLEL4 0 |
#define | NC_HAS_PARALLEL 0 |
#define | NC_HAS_CDF5 1 |
#define | NC_HAS_ERANGE_FILL 1 |
#define | NC_RELAX_COORD_BOUND 1 |
#define | NC_DISPATCH_VERSION 1 |
#define | NC_HAS_PAR_FILTERS 0 /* Parallel I/O with filter support. */ |
Meta information for libnetcdf which can be used by other packages which depend on libnetcdf.
This file is automatically generated by the build system at configure time, and contains information related to how libnetcdf was built. It will not be required to include this file unless you want to probe the capabilities of libnetcdf. This should ideally only happen when configuring a project which depends on libnetcdf. At configure time, the dependent project can set its own macros which can be used in conditionals.
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 University Corporation for Atmospheric Research/Unidata.
See copyright file for more info.
Definition in file netcdf_meta.h.
#define NC_DISPATCH_VERSION 1 |
Dispatch table version
Definition at line 61 of file netcdf_meta.h.
#define NC_HAS_BYTERANGE no |
Definition at line 50 of file netcdf_meta.h.
#define NC_HAS_CDF5 1 |
CDF5 support.
Definition at line 58 of file netcdf_meta.h.
#define NC_HAS_DAP2 0 |
DAP2 support.
Definition at line 48 of file netcdf_meta.h.
#define NC_HAS_DAP4 0 |
DAP4 support.
Definition at line 49 of file netcdf_meta.h.
#define NC_HAS_DISKLESS 1 |
diskless support.
Definition at line 51 of file netcdf_meta.h.
#define NC_HAS_ERANGE_FILL 1 |
ERANGE_FILL Support
Definition at line 59 of file netcdf_meta.h.
#define NC_HAS_HDF4 0 |
HDF4 support.
Definition at line 44 of file netcdf_meta.h.
#define NC_HAS_HDF5 1 |
HDF5 support.
Definition at line 45 of file netcdf_meta.h.
#define NC_HAS_JNA 0 |
jna support.
Definition at line 53 of file netcdf_meta.h.
#define NC_HAS_MMAP 0 |
mmap support.
Definition at line 52 of file netcdf_meta.h.
#define NC_HAS_NC2 1 |
API version 2 support.
Definition at line 42 of file netcdf_meta.h.
#define NC_HAS_NC4 1 |
API version 4 support.
Definition at line 43 of file netcdf_meta.h.
#define NC_HAS_PAR_FILTERS 0 /* Parallel I/O with filter support. */ |
Definition at line 62 of file netcdf_meta.h.
#define NC_HAS_PARALLEL 0 |
parallel IO support via HDF5 and/or PnetCDF.
Definition at line 56 of file netcdf_meta.h.
#define NC_HAS_PARALLEL4 0 |
parallel IO support via HDF5
Definition at line 55 of file netcdf_meta.h.
#define NC_HAS_PNETCDF 0 |
PnetCDF support.
Definition at line 54 of file netcdf_meta.h.
#define NC_HAS_SZIP |
szip support (HDF5 only)
Definition at line 46 of file netcdf_meta.h.
#define NC_HAS_SZIP_WRITE |
szip write support (HDF5 only)
Definition at line 47 of file netcdf_meta.h.
#define NC_RELAX_COORD_BOUND 1 |
RELAX_COORD_BOUND
Definition at line 60 of file netcdf_meta.h.
#define NC_VERSION "4.7.4" |
netcdf-c version string.
The format of the netcdf-c version string is as follows:
Note that the trailing NC_VERSION_NOTE may be empty. It serves for identifiers such as '-rc1', etc.
Definition at line 40 of file netcdf_meta.h.
#define NC_VERSION_MAJOR 4 |
netcdf-c major version.
Definition at line 26 of file netcdf_meta.h.
#define NC_VERSION_MINOR 7 |
netcdf-c minor version.
Definition at line 27 of file netcdf_meta.h.
#define NC_VERSION_NOTE "" |
netcdf-c note. May be blank.
Definition at line 29 of file netcdf_meta.h.
#define NC_VERSION_PATCH 4 |
netcdf-c patch version.
Definition at line 28 of file netcdf_meta.h.