Public Attributes

EPR_Record Struct Reference

#include <epr_api.h>

Collaboration diagram for EPR_Record:
Collaboration graph
[legend]

List of all members.

Public Attributes

EPR_Magic magic
EPR_SRecordInfoinfo
uint num_fields
EPR_SField ** fields

Detailed Description

The EPR_Record structure represents a record instance read from an ENVISAT dataset. A record is composed of multiple fields.

See also:
EPR_Field

Member Data Documentation

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.


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