bufr2synop 0.24.0
Data Fields
bufr_sec4 Struct Reference

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]
 

Detailed Description

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.

Field Documentation

◆ bit_offset

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

◆ length

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

◆ raw

uint8_t bufr_sec4::raw[BUFR_LEN]

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