bufr2synop 0.24.0
|
Store parameters for a descriptor in table C, i. e. for Table code and flags Remember this is NOT the C WMO tables. More...
#include <bufrdeco.h>
Data Fields | |
char | key [8] |
uint8_t | x |
uint8_t | y |
uint32_t | ival |
char | description [BUFR_EXPLAINED_LENGTH] |
Store parameters for a descriptor in table C, i. e. for Table code and flags Remember this is NOT the C WMO tables.
Definition at line 876 of file bufrdeco.h.
char bufr_tableC_decoded_item::description[BUFR_EXPLAINED_LENGTH] |
Description string of code
Definition at line 882 of file bufrdeco.h.
Referenced by bufr_read_tableC(), bufrdeco_explained_flag_val(), and bufrdeco_explained_table_val().
uint32_t bufr_tableC_decoded_item::ival |
code value
Definition at line 881 of file bufrdeco.h.
Referenced by bufr_find_tableC_csv_index(), bufr_read_tableC(), and bufrdeco_explained_flag_val().
char bufr_tableC_decoded_item::key[8] |
uint8_t bufr_tableC_decoded_item::x |
x value of descriptor
Definition at line 879 of file bufrdeco.h.
Referenced by bufr_read_tableC(), and bufrdeco_explained_flag_val().
uint8_t bufr_tableC_decoded_item::y |
y value of descriptor
Definition at line 880 of file bufrdeco.h.
Referenced by bufr_find_tableC_csv_index(), bufr_read_tableC(), and bufrdeco_explained_flag_val().