EPR-C-API

Main Page   Data Structures   File List   Data Fields   Globals   Overview  

EPR_Record Struct Reference

The EPR_Record structure represents a record instance read from an ENVISAT dataset. More...

#include <epr_api.h>


Data Fields

EPR_Magic magic
 The magic number for this structure.
EPR_SRecordInfoinfo
 The corresponding record info for this record (a 'soft' pointer).
uint num_fields
 The number of fields contained in this record.
EPR_SField ** fields
 The record 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

Field Documentation

The magic number for this structure.

IMPORTANT: This must always be the first member of this structure.

The corresponding record info for this record (a 'soft' pointer).

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 record fields.

An array of EPR_Field* of length info->num_fields


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

Generated on Thu Dec 4 11:49:45 2008 for ENVISAT Product Reader C API. Written by Brockmann Consult, © 2002      © ESA   © Brockmann Consult