bufr2synop 0.24.0
Data Fields
bufr_tableC_decoded_item Struct Reference

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]
 

Detailed Description

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.

Field Documentation

◆ description

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().

◆ ival

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().

◆ key

char bufr_tableC_decoded_item::key[8]

c value of descriptor

Definition at line 878 of file bufrdeco.h.

Referenced by bufr_read_tableC().

◆ x

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().

◆ y

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().


The documentation for this struct was generated from the following file: