bufr2synop 0.24.0
|
Store a parsed sec3 from a bufr file including rawdata. More...
#include <bufrdeco.h>
Data Fields | |
uint32_t | length |
uint32_t | subsets |
uint8_t | observed |
uint8_t | compressed |
uint32_t | ndesc |
struct bufr_descriptor | unexpanded [BUFR_LEN_UNEXPANDED_DESCRIPTOR] |
uint8_t | raw [BUFR_LEN_SEC3] |
Store a parsed sec3 from a bufr file including rawdata.
Definition at line 807 of file bufrdeco.h.
uint8_t bufr_sec3::compressed |
1 if compressed
Definition at line 812 of file bufrdeco.h.
Referenced by bufrdeco_decode_data_subset(), bufrdeco_get_target_subset_sequence_data(), bufrdeco_print_json_sec3(), bufrdeco_read_buffer(), main(), sprint_sec3_info(), and sprint_sec3_info_html().
uint32_t bufr_sec3::length |
length of sec3 in bytes
Definition at line 809 of file bufrdeco.h.
Referenced by bufrdeco_print_json_sec3(), bufrdeco_read_buffer(), sprint_sec3_info(), and sprint_sec3_info_html().
uint32_t bufr_sec3::ndesc |
Current number of unexpanded descriptors
Definition at line 813 of file bufrdeco.h.
Referenced by bufrdeco_print_json_sec3(), bufrdeco_read_buffer(), bufrtotac_parse_subset_sequence(), get_unexpanded_descriptor_array_from_sec3(), main(), sprint_sec3_info(), and sprint_sec3_info_html().
uint8_t bufr_sec3::observed |
1 if observed
Definition at line 811 of file bufrdeco.h.
Referenced by bufrdeco_print_json_sec3(), bufrdeco_read_buffer(), sprint_sec3_info(), and sprint_sec3_info_html().
uint8_t bufr_sec3::raw[BUFR_LEN_SEC3] |
Raw data for sec3 as is in original BUFR file
Definition at line 815 of file bufrdeco.h.
Referenced by bufrdeco_read_buffer().
uint32_t bufr_sec3::subsets |
Number of data subsets
Definition at line 810 of file bufrdeco.h.
Referenced by bufrdeco_get_target_subset_sequence_data(), bufrdeco_parse_f2_compressed(), bufrdeco_print_json_sec3(), bufrdeco_read_buffer(), bufrdeco_tableB_compressed(), main(), sprint_sec3_info(), and sprint_sec3_info_html().
struct bufr_descriptor bufr_sec3::unexpanded[BUFR_LEN_UNEXPANDED_DESCRIPTOR] |
Array of unexpanded descriptors
Definition at line 814 of file bufrdeco.h.
Referenced by bufrdeco_print_json_sec3(), bufrdeco_read_buffer(), bufrtotac_parse_subset_sequence(), get_unexpanded_descriptor_array_from_sec3(), sprint_sec3_info(), and sprint_sec3_info_html().