|
NCEPLIBS-g2c
1.6.4
|
This C struct contains info on all the available GRIB2 Data Representation Templates used in Section 5 (DRS). More...
#include "grib2.h"Go to the source code of this file.
Data Structures | |
| struct | drstemplate |
| Stuct for GRIB2 Data Representation Section (DRS) template. More... | |
Macros | |
| #define | MAXDRSMAPLEN 200 |
| maximum template map length More... | |
| #define | MAXDRSTEMP 9 |
| maximum number of templates More... | |
Variables | |
| const struct drstemplate | templatesdrs [MAXDRSTEMP] |
| Stuct holding data for GRIB2 Data Representation Section (DRS) template. More... | |
This C struct contains info on all the available GRIB2 Data Representation Templates used in Section 5 (DRS).
The information decribing each template is stored in the drstemplate structure defined below.
Each Template has three parts:
Definition in file drstemplates.h.
| struct drstemplate |
Stuct for GRIB2 Data Representation Section (DRS) template.
Definition at line 42 of file drstemplates.h.
| Data Fields | ||
|---|---|---|
| g2int | mapdrs[MAXDRSMAPLEN] | A map of the template. |
| g2int | mapdrslen | Length of map of the template. |
| g2int | needext | Whether the Template needs to be extended. |
| g2int | template_num | The number of entries in the template. |
| #define MAXDRSMAPLEN 200 |
maximum template map length
Definition at line 37 of file drstemplates.h.
| #define MAXDRSTEMP 9 |
maximum number of templates
Definition at line 36 of file drstemplates.h.
| const struct drstemplate templatesdrs[MAXDRSTEMP] |
Stuct holding data for GRIB2 Data Representation Section (DRS) template.
Definition at line 1 of file drstemplates.h.
Referenced by getdrsindex(), and getdrstemplate().