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

FITS dispatch layer. More...

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

Functions

NC_Dispatch * NC_FITS_initialize (void)
 
int NC_FITS_finalize (void)
 

Variables

static const NC_Dispatch FITS_dispatcher
 
const NC_Dispatch * FITS_dispatch_table = NULL
 

Detailed Description

FITS dispatch layer.

Author
Edward Hartnett
Date
2026-06-28

Function Documentation

◆ NC_FITS_finalize()

int NC_FITS_finalize ( void  )

◆ NC_FITS_initialize()

NC_Dispatch * NC_FITS_initialize ( void  )

Variable Documentation

◆ FITS_dispatch_table

const NC_Dispatch* FITS_dispatch_table = NULL

◆ FITS_dispatcher

const NC_Dispatch FITS_dispatcher
static