bufr2synop 0.24.0
|
Store parameters for a line in table D (sequence of descritors) More...
#include <bufrdeco.h>
Data Fields | |
char | key [8] |
char | key2 [8] |
char | description [BUFR_EXPLAINED_LENGTH] |
char | description2 [BUFR_EXPLAINED_LENGTH] |
Store parameters for a line in table D (sequence of descritors)
Definition at line 907 of file bufrdeco.h.
char bufr_tableD_decoded_item::description[BUFR_EXPLAINED_LENGTH] |
Explained name of sequence
Definition at line 911 of file bufrdeco.h.
Referenced by bufr_read_tableD(), and bufrdeco_tableD_get_descriptors_array().
char bufr_tableD_decoded_item::description2[BUFR_EXPLAINED_LENGTH] |
Explained name of elemet of sequence
Definition at line 912 of file bufrdeco.h.
Referenced by bufr_read_tableD().
char bufr_tableD_decoded_item::key[8] |
c key value of sequence descriptor
Definition at line 909 of file bufrdeco.h.
Referenced by bufr_read_tableD().
char bufr_tableD_decoded_item::key2[8] |
c key 2 of sequence element
Definition at line 910 of file bufrdeco.h.
Referenced by bufr_read_tableD().