|
NEP 2.7.0
NetCDF Extension Pack
|
Public types and prototypes for the CDF UDF dispatch layer. More...
Go to the source code of this file.
Data Structures | |
| struct | NC_VAR_CDF_INFO |
| struct | NC_CDF_FILE_INFO |
Macros | |
| #define | NC_FORMATX_NC_CDF NC_FORMATX_UDF0 |
| #define | NC_MAX_CDF_DIMS 32 |
| #define | CDF_INIT_OK() (NC_CDF_initialize() != NULL) |
| #define | CDF_INIT_AND_ASSIGN(ret) |
Typedefs | |
| typedef struct NC_VAR_CDF_INFO | NC_VAR_CDF_INFO_T |
| typedef struct NC_CDF_FILE_INFO | NC_CDF_FILE_INFO_T |
Functions | |
| int | NC_CDF_open (const char *path, int mode, int basepe, size_t *chunksizehintp, void *parameters, const NC_Dispatch *, int) |
| int | NC_CDF_abort (int ncid) |
| int | NC_CDF_close (int ncid, void *ignore) |
| int | NC_CDF_inq_format (int ncid, int *formatp) |
| int | NC_CDF_inq_format_extended (int ncid, int *formatp, int *modep) |
| int | NC_CDF_get_vara (int ncid, int varid, const size_t *start, const size_t *count, void *value, nc_type) |
| NC_Dispatch * | NC_CDF_initialize (void) |
| int | NC_CDF_finalize (void) |
Variables | |
| const NC_Dispatch * | CDF_dispatch_table |
Public types and prototypes for the CDF UDF dispatch layer.
| #define CDF_INIT_AND_ASSIGN | ( | ret | ) |
| #define CDF_INIT_OK | ( | ) | (NC_CDF_initialize() != NULL) |
| #define NC_FORMATX_NC_CDF NC_FORMATX_UDF0 |
CDF format uses UDF4 slot for dispatch table model field (see NEP.h for slot allocation)
| #define NC_MAX_CDF_DIMS 32 |
This is the max number of dimensions for a CDF SD dataset (from CDF documentation).
| typedef struct NC_CDF_FILE_INFO NC_CDF_FILE_INFO_T |
| typedef struct NC_VAR_CDF_INFO NC_VAR_CDF_INFO_T |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |