|
NEP 2.7.0
NetCDF Extension Pack
|
#include "config.h"#include <stdlib.h>#include "pds4dispatch.h"#include "nc4dispatch.h"#include "hdf5dispatch.h"#include "netcdf_filter.h"Functions | |
| NC_Dispatch * | NC_PDS4_initialize (void) |
| int | NC_PDS4_finalize (void) |
Variables | |
| static const NC_Dispatch | PDS4_dispatcher |
| const NC_Dispatch * | PDS4_dispatch_table = NULL |
| int NC_PDS4_finalize | ( | void | ) |
Finalize the PDS4 dispatch layer.
No-op in the current implementation.
| NC_Dispatch * NC_PDS4_initialize | ( | void | ) |
Initialize the PDS4 dispatch layer.
Registers the PDS4 handler via nc_def_user_format() for direct calls, and returns the dispatch table pointer for the self-registration (HAVE_NETCDF_UDF_SELF_REGISTRATION) path. Safe to call when the handler has already been registered via .ncrc autoload; in that case NC_EINVAL from nc_def_user_format() is silently ignored.
| const NC_Dispatch* PDS4_dispatch_table = NULL |
|
static |