netCDF  4.2.1.1
Internal Dispatch Table Architecture

This document describes the architecture and details of the netCDF internal dispatch mechanism.

The idea is that when a user opens or creates a netcdf file, a specific dispatch table is chosen. Subsequent netcdf API calls are then channeled through that dispatch table to the appropriate function for implementing that API call.

At least the following dispatch tables are supported.

The dispatch table represents a distillation of the netcdf API down to a minimal set of internal operations. The format of the dispatch table is defined in the file libdispatch/ncdispatch.h. Every new dispatch table must define this minimal set of operations.

 All Data Structures Files Functions Variables Typedefs Defines

Generated on Fri Sep 14 2012 07:36:40 for netCDF. NetCDF is a Unidata library.