|
ocssw
V2022
|
#include <epr_record.h>
Public Attributes | |
| char * | dataset_name |
| EPR_SPtrArray * | field_infos |
| epr_uint | tot_size |
Detailed Description
The EPR_RecordInfo structure contains meta information about a particular record.
Definition at line 31 of file epr_record.h.
Member Data Documentation
◆ dataset_name
| char* dataset_name |
The name of the dataset to which this record belongs to.
Definition at line 35 of file epr_record.h.
◆ field_infos
| EPR_SPtrArray* field_infos |
The array of field info pointers.
Definition at line 40 of file epr_record.h.
◆ tot_size
| epr_uint tot_size |
The total size in bytes of all data elements of all fields of a record in a product file. tot_size is a derived variable, it is computed at runtime and not stored in the DSD-DB.
Definition at line 47 of file epr_record.h.
The documentation for this struct was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/oel_hdf4/libmeris/epr_record.h


