bufr2synop 0.24.0
|
Store a parsed sec4 from a bufr file including rawdata. More...
#include <bufrdeco.h>
Data Fields | |
uint32_t | length |
size_t | bit_offset |
uint8_t | raw [BUFR_LEN] |
Store a parsed sec4 from a bufr file including rawdata.
Note that member raw do not need to be allocated
Definition at line 824 of file bufrdeco.h.
size_t bufr_sec4::bit_offset |
Offset to current first bit in raw data sec4 to parse
Definition at line 827 of file bufrdeco.h.
Referenced by bufrdeco_read_buffer().
uint32_t bufr_sec4::length |
length of sec4 in bytes
Definition at line 826 of file bufrdeco.h.
Referenced by bufrdeco_read_buffer(), sprint_sec4_info(), and sprint_sec4_info_html().
uint8_t bufr_sec4::raw[BUFR_LEN] |
Pointer to a raw data for sec4 as in original BUFR file
Definition at line 828 of file bufrdeco.h.
Referenced by bufrdeco_get_atom_data_from_compressed_data_ref(), bufrdeco_parse_f2_compressed(), bufrdeco_parse_f2_descriptor(), bufrdeco_read_buffer(), bufrdeco_tableB_compressed(), and bufrdeco_tableB_val().