7 #include "ncdispatch.h"
73 int stat = NC_check_id(ncid1,&ncp1);
75 return ncp1->dispatch->inq_type_equal(ncid1,typeid1,ncid2,typeid2,equal);
105 int stat = NC_check_id(ncid,&ncp);
107 return ncp->dispatch->inq_typeid(ncid,name,typeidp);
147 nc_type *base_nc_typep,
size_t *nfieldsp,
int *classp)
150 int stat = NC_check_id(ncid,&ncp);
152 return ncp->dispatch->inq_user_type(ncid, xtype, name, size,
153 base_nc_typep, nfieldsp, classp);
int nc_inq_type_equal(int ncid1, nc_type typeid1, int ncid2, nc_type typeid2, int *equal)
Learn if two types are equal.
int nc_inq_typeid(int ncid, const char *name, nc_type *typeidp)
Find a type by name.
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_NOERR
No Error.
int nc_type
The nc_type type is just an int.