Public Attributes

EPR_FieldInfo Struct Reference

#include <epr_field.h>

List of all members.

Public Attributes

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

Detailed Description

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


Member Data Documentation

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.

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.

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


The documentation for this struct was generated from the following file: