NEP 2.7.0
NetCDF Extension Pack
Loading...
Searching...
No Matches
Functions | Variables
grib2dispatch.c File Reference

GRIB2 dispatch layer. More...

#include "config.h"
#include <stdlib.h>
#include "grib2dispatch.h"
#include "nc4dispatch.h"
#include "hdf5dispatch.h"
#include "netcdf_filter.h"

Functions

NC_Dispatch * NC_GRIB2_initialize (void)
 
int NC_GRIB2_finalize (void)
 

Variables

static const NC_Dispatch GRIB2_dispatcher
 
const NC_Dispatch * GRIB2_dispatch_table = NULL
 

Detailed Description

GRIB2 dispatch layer.

Author
Edward Hartnett
Date
2026-03-08

Function Documentation

◆ NC_GRIB2_finalize()

int NC_GRIB2_finalize ( void  )

◆ NC_GRIB2_initialize()

NC_Dispatch * NC_GRIB2_initialize ( void  )

Variable Documentation

◆ GRIB2_dispatch_table

const NC_Dispatch* GRIB2_dispatch_table = NULL

◆ GRIB2_dispatcher

const NC_Dispatch GRIB2_dispatcher
static