|
ocssw
V2022
|
#include "epr_api.h"Go to the source code of this file.
Classes | |
| struct | RecordDescriptor |
| struct | DatasetDescriptor |
| struct | BandDescriptor |
| struct | FlagDescriptor |
| struct | DatasetDescriptorTable |
| struct | BandDescriptorTable |
| struct | FlagDescriptorTable |
| struct | RecordDescriptorTable |
Macros | |
| #define | EPR_NUM_PRODUCT_TABLES 46 |
| #define | EPR_NUM_BAND_TABLES 37 |
| #define | EPR_NUM_FLAG_CODING_TABLES 6 |
| #define | EPR_NUM_MERIS_REC_TABLES 23 |
| #define | EPR_NUM_AATSR_REC_TABLES 20 |
| #define | EPR_NUM_ASAR_REC_TABLES 20 |
Variables | |
| const struct DatasetDescriptorTable | dddb_product_tables [46] |
| const struct BandDescriptorTable | dddb_band_tables [37] |
| const struct FlagDescriptorTable | dddb_flag_coding_tables [6] |
| const struct RecordDescriptorTable | dddb_meris_rec_tables [23] |
| const struct RecordDescriptorTable | dddb_aatsr_rec_tables [20] |
| const struct RecordDescriptorTable | dddb_asar_rec_tables [20] |
Macro Definition Documentation
◆ EPR_NUM_AATSR_REC_TABLES
| #define EPR_NUM_AATSR_REC_TABLES 20 |
Definition at line 87 of file epr_dddb.h.
◆ EPR_NUM_ASAR_REC_TABLES
| #define EPR_NUM_ASAR_REC_TABLES 20 |
Definition at line 88 of file epr_dddb.h.
◆ EPR_NUM_BAND_TABLES
| #define EPR_NUM_BAND_TABLES 37 |
Definition at line 84 of file epr_dddb.h.
◆ EPR_NUM_FLAG_CODING_TABLES
| #define EPR_NUM_FLAG_CODING_TABLES 6 |
Definition at line 85 of file epr_dddb.h.
◆ EPR_NUM_MERIS_REC_TABLES
| #define EPR_NUM_MERIS_REC_TABLES 23 |
Definition at line 86 of file epr_dddb.h.
◆ EPR_NUM_PRODUCT_TABLES
| #define EPR_NUM_PRODUCT_TABLES 46 |
Definition at line 83 of file epr_dddb.h.
Variable Documentation
◆ dddb_aatsr_rec_tables
| const struct RecordDescriptorTable dddb_aatsr_rec_tables[20] |
Definition at line 4312 of file epr_dddb.c.
◆ dddb_asar_rec_tables
| const struct RecordDescriptorTable dddb_asar_rec_tables[20] |
Definition at line 4335 of file epr_dddb.c.
◆ dddb_band_tables
| const struct BandDescriptorTable dddb_band_tables[37] |
Definition at line 4238 of file epr_dddb.c.
◆ dddb_flag_coding_tables
| const struct FlagDescriptorTable dddb_flag_coding_tables[6] |
Definition at line 4277 of file epr_dddb.c.
◆ dddb_meris_rec_tables
| const struct RecordDescriptorTable dddb_meris_rec_tables[23] |
Definition at line 4286 of file epr_dddb.c.
◆ dddb_product_tables
| const struct DatasetDescriptorTable dddb_product_tables[46] |
Definition at line 4190 of file epr_dddb.c.


