7 #include "ncdispatch.h"
36 int stat = NC_check_id(ncid,&ncp);
38 return ncp->dispatch->def_opaque(ncid,size,name,xtypep);
int nc_def_opaque(int ncid, size_t size, const char *name, nc_type *xtypep)
Create an opaque type.
int nc_inq_opaque(int ncid, nc_type xtype, char *name, size_t *sizep)
Learn about an opaque type.
EXTERNL int nc_inq_user_type(int ncid, nc_type xtype, char *name, size_t *size, nc_type *base_nc_typep, size_t *nfieldsp, int *classp)
Learn about a user defined type.
#define NC_EBADTYPE
Not a netcdf data type.
#define NC_NOERR
No Error.
#define NC_OPAQUE
opaque types
int nc_type
The nc_type type is just an int.