#include <epr_field.h>
Public Attributes | |
char * | name |
EPR_EDataTypeId | data_type_id |
uint | num_elems |
char * | unit |
char * | description |
uint | tot_size |
The EPR_FieldInfo
structure contains meta information about a particular record field.
EPR_EDataTypeId EPR_FieldInfo::data_type_id |
This field's internal data type.
Referenced by MerisFileData::epr_get_field_elem_as_str(), and MerisFileData::read_data().
This field's description. Optional, can be NULL.
char* EPR_FieldInfo::name |
This field's name.
The number of data elements contained in this field (field-width).
Referenced by MerisFileData::epr_get_field_elem_as_str().
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.
char* EPR_FieldInfo::unit |
This field's unit. Optional, can be NULL.