#include <epr_api.h>

Public Attributes | |
| EPR_Magic | magic |
| EPR_SRecordInfo * | info |
| uint | num_fields |
| EPR_SField ** | fields |
The EPR_Record structure represents a record instance read from an ENVISAT dataset. A record is composed of multiple fields.
The record fields. An array of EPR_Field* of length info->num_fields
The corresponding record info for this record (a 'soft' pointer).
Referenced by MerisFileData::read_data().
| EPR_Magic EPR_Record::magic |
The magic number for this structure. IMPORTANT: This must always be the first member of this structure.
The number of fields contained in this record. The value is always equal info->field_infos->length and is provided here for convenience only.
1.7.1