NEP 4.0.0
NetCDF Expansion Pack
Loading...
Searching...
No Matches
Functions | Variables
nxt4dispatch.c File Reference

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
 

Detailed Description

UDF9 dispatch table registration for the NEXTCDF-4 backend.

Author
Edward Hartnett
Date
2026-08-28

Function Documentation

◆ NC_NEXTCDF4_finalize()

int NC_NEXTCDF4_finalize ( void  )

Finalize process-wide NEXTCDF-4 dispatch state.

Returns
NC_NOERR.

◆ NC_NEXTCDF4_initialize()

NC_Dispatch * NC_NEXTCDF4_initialize ( void  )

Register the NEXTCDF-4 dispatch table in UDF slot 9.

Returns
Pointer to the NEXTCDF-4 dispatch table.

Variable Documentation

◆ NEXTCDF4_dispatch_table

const NC_Dispatch* NEXTCDF4_dispatch_table = NULL

Active NEXTCDF-4 dispatch table, or NULL before initialization.

◆ NEXTCDF4_dispatcher

const NC_Dispatch NEXTCDF4_dispatcher
static