NetCDF  4.6.3
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
nc4type.c File Reference
#include "nc4internal.h"
#include "nc4dispatch.h"

Go to the source code of this file.

Macros

#define NC_BYTE_LEN   1
 
#define NC_CHAR_LEN   sizeof(char)
 
#define NC_DOUBLE_LEN   8
 
#define NC_FLOAT_LEN   4
 
#define NC_INT64_LEN   8
 
#define NC_INT_LEN   4
 
#define NC_SHORT_LEN   2
 
#define NC_STRING_LEN   sizeof(char *)
 

Functions

int NC4_inq_compound_field (int ncid, nc_type typeid1, int fieldid, char *name, size_t *offsetp, nc_type *field_typeidp, int *ndimsp, int *dim_sizesp)
 
int NC4_inq_compound_fieldindex (int ncid, nc_type typeid1, const char *name, int *fieldidp)
 
int NC4_inq_enum_ident (int ncid, nc_type xtype, long long value, char *identifier)
 
int NC4_inq_enum_member (int ncid, nc_type typeid1, int idx, char *identifier, void *value)
 
int NC4_inq_type (int ncid, nc_type typeid1, char *name, size_t *size)
 
int NC4_inq_typeids (int ncid, int *ntypes, int *typeids)
 
int NC4_inq_user_type (int ncid, nc_type typeid1, char *name, size_t *size, nc_type *base_nc_typep, size_t *nfieldsp, int *classp)
 

Variables

char * nc4_atomic_name [NUM_ATOMIC_TYPES]
 

Variable Documentation

char* nc4_atomic_name[NUM_ATOMIC_TYPES]
Initial value:
= {"none", "byte", "char",
"short", "int", "float",
"double", "ubyte",
"ushort", "uint",
"int64", "uint64", "string"}

Definition at line 18 of file nc4type.c.


Return to the Main Unidata NetCDF page.
Generated on Sat Apr 6 2019 08:19:00 for NetCDF. NetCDF is a Unidata library.