7 #include "ncdispatch.h"
60 nc_inq_type_equal(
int ncid1,
nc_type typeid1,
int ncid2,
64 int stat = NC_check_id(ncid1,&ncp1);
66 return ncp1->dispatch->inq_type_equal(ncid1,typeid1,ncid2,typeid2,equal);
95 int stat = NC_check_id(ncid,&ncp);
97 return ncp->dispatch->inq_typeid(ncid,name,typeidp);
136 nc_type *base_nc_typep,
size_t *nfieldsp,
int *classp)
139 int stat = NC_check_id(ncid,&ncp);
141 return ncp->dispatch->inq_user_type(ncid, xtype, name, size,
142 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.