NetCDF 4.8.0
Loading...
Searching...
No Matches
nc4dispatch.c File Reference
#include "config.h"
#include <stdlib.h>
#include "netcdf.h"
#include "nc4internal.h"
#include "nc4dispatch.h"
#include "nc.h"

Go to the source code of this file.

Functions

int NC4_finalize (void)
 
int NC4_initialize (void)
 

Variables

NC_Dispatch * UDF0_dispatch_table
 
NC_Dispatch * UDF1_dispatch_table
 

Detailed Description

This header file contains libsrc4 dispatch initialization, user-defined format, and logging prototypes and macros.

Author
Dennis Heimbigner, Ed Hartnett

Definition in file nc4dispatch.c.

Function Documentation

◆ NC4_finalize()

int NC4_finalize ( void )

Finalize netCDF-4.

Returns
NC_NOERR No error.
Author
Dennis Heimbigner

Definition at line 80 of file nc4dispatch.c.

◆ NC4_initialize()

int NC4_initialize ( void )

Initialize netCDF-4. If user-defined format(s) have been specified in configure, load their dispatch table(s).

Returns
NC_NOERR No error.
Author
Dennis Heimbigner

Definition at line 44 of file nc4dispatch.c.

Variable Documentation

◆ UDF0_dispatch_table

NC_Dispatch* UDF0_dispatch_table
extern

Definition at line 46 of file dfile.c.

◆ UDF1_dispatch_table

NC_Dispatch* UDF1_dispatch_table
extern

Definition at line 48 of file dfile.c.