|
NEP 4.0.0
NetCDF Expansion Pack
|
UDF9 dispatch table registration for the NEXTCDF-4 backend. More...
#include "config.h"#include "nextcdf4dispatch.h"#include "nc4dispatch.h"#include "hdf5dispatch.h"#include "netcdf_filter.h"#include "nxt4internal.h"Functions | |
| NC_Dispatch * | NC_NEXTCDF4_initialize (void) |
| int | NC_NEXTCDF4_finalize (void) |
Variables | |
| static const NC_Dispatch | NEXTCDF4_dispatcher |
| const NC_Dispatch * | NEXTCDF4_dispatch_table = NULL |
UDF9 dispatch table registration for the NEXTCDF-4 backend.
| int NC_NEXTCDF4_finalize | ( | void | ) |
Finalize process-wide NEXTCDF-4 dispatch state.
NC_NOERR. | NC_Dispatch * NC_NEXTCDF4_initialize | ( | void | ) |
Register the NEXTCDF-4 dispatch table in UDF slot 9.
| const NC_Dispatch* NEXTCDF4_dispatch_table = NULL |
Active NEXTCDF-4 dispatch table, or NULL before initialization.
|
static |