OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022

#include <epr_field.h>

Public Attributes

char * name
 
EPR_EDataTypeId data_type_id
 
epr_uint num_elems
 
char * unit
 
char * description
 
epr_uint tot_size
 

Detailed Description

The EPR_FieldInfo structure contains meta information about a particular record field.

Definition at line 31 of file epr_field.h.

Member Data Documentation

◆ data_type_id

EPR_EDataTypeId data_type_id

This field's internal data type.

Definition at line 40 of file epr_field.h.

◆ description

char* description

This field's description. Optional, can be NULL.

Definition at line 55 of file epr_field.h.

◆ name

char* name

This field's name.

Definition at line 35 of file epr_field.h.

◆ num_elems

epr_uint num_elems

The number of data elements contained in this field (field-width).

Definition at line 45 of file epr_field.h.

◆ tot_size

epr_uint tot_size

The total size in bytes of all data elements of a field. tot_size is a derived variable, it is computed at runtime and not stored in the DSD-DB.

Definition at line 62 of file epr_field.h.

◆ unit

char* unit

This field's unit. Optional, can be NULL.

Definition at line 50 of file epr_field.h.


The documentation for this struct was generated from the following file:
  • /gfs-oceanweb/web/ocssw/ocssw_src/oel_hdf4/libmeris/epr_field.h