libncds3  1.8
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups
Data Types

Functions

CDSDataType ncds_cds_type (nc_type nctype)
 Convert a NetCDF data type to a CDS data type.
nc_type ncds_nc_type (CDSDataType cds_type)
 Convert a CDS data type type to a NetCDF data.
void ncds_get_default_fill_value (nc_type type, void *value)
 Get the default fill value used by the NetCDF library.

Detailed Description


Function Documentation

CDSDataType ncds_cds_type ( nc_type  nctype)

Convert a NetCDF data type to a CDS data type.

Parameters:
nctype- NetCDF data type
Returns:
  • CDS data type
  • CDS_NAT if an invalid NetCDF data type is specified

Definition at line 114 of file ncds_data_types.c.

void ncds_get_default_fill_value ( nc_type  type,
void *  value 
)

Get the default fill value used by the NetCDF library.

Parameters:
type- the data type
value- output: the default fill value

Definition at line 163 of file ncds_data_types.c.

nc_type ncds_nc_type ( CDSDataType  cds_type)

Convert a CDS data type type to a NetCDF data.

Parameters:
cds_type- CDS data type
Returns:
  • NetCDF data type
  • NC_NAT if an invalid CDSDataType is specified

Definition at line 140 of file ncds_data_types.c.