NetCDF  4.8.1
denum.c File Reference
#include "ncdispatch.h"

Go to the source code of this file.

Functions

Enum Types

Functions to create and learn about enum types.

int nc_def_enum (int ncid, nc_type base_typeid, const char *name, nc_type *typeidp)
 
int nc_inq_enum (int ncid, nc_type xtype, char *name, nc_type *base_nc_typep, size_t *base_sizep, size_t *num_membersp)
 
int nc_inq_enum_ident (int ncid, nc_type xtype, long long value, char *identifier)
 
int nc_inq_enum_member (int ncid, nc_type xtype, int idx, char *name, void *value)
 
int nc_insert_enum (int ncid, nc_type xtype, const char *name, const void *value)
 

Detailed Description

Functions for Enum Types

Copyright 2018 University Corporation for Atmospheric Research/Unidata. See COPYRIGHT file for more info.

Definition in file denum.c.