#include <epr_api.h>
Public Attributes | |
EPR_Magic | magic |
int | index |
char * | ds_name |
char * | ds_type |
char * | filename |
uint | ds_offset |
uint | ds_size |
uint | num_dsr |
uint | dsr_size |
The EPR_DSD
structure contains information about the propertier of a dataset properties and its location within an ENVISAT product file
char* EPR_DSD::ds_name |
The dataset name.
uint EPR_DSD::ds_offset |
The offset of dataset-information the product file.
uint EPR_DSD::ds_size |
The size of dataset-information in dataset product file.
char* EPR_DSD::ds_type |
The dataset type descriptor.
uint EPR_DSD::dsr_size |
The size of dataset record for the given dataset name.
char* EPR_DSD::filename |
The filename in the DDDB with the description of this dataset.
int EPR_DSD::index |
The index of this DSD (zero-based)
EPR_Magic EPR_DSD::magic |
The magic number for this structure. IMPORTANT: This must always be the first member of this structure.
uint EPR_DSD::num_dsr |
The number of dataset records for the given dataset name.