7 #include "ncdispatch.h"
27 nc_inq_type_equal(
int ncid1,
nc_type typeid1,
int ncid2,
31 int stat = NC_check_id(ncid1,&ncp1);
33 return ncp1->dispatch->inq_type_equal(ncid1,typeid1,ncid2,typeid2,equal);
62 int stat = NC_check_id(ncid,&ncp);
64 return ncp->dispatch->inq_typeid(ncid,name,typeidp);
103 nc_type *base_nc_typep,
size_t *nfieldsp,
int *classp)
106 int stat = NC_check_id(ncid,&ncp);
108 return ncp->dispatch->inq_user_type(ncid, xtype, name, size,
109 base_nc_typep, nfieldsp, classp);
int nc_type
The nc_type type is just an int.
#define NC_NOERR
No Error.
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.
int nc_inq_typeid(int ncid, const char *name, nc_type *typeidp)
Find a type by name.