netCDF
4.2.1.1
|
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.