bufr2synop 0.24.0
Data Fields
bufr_sec2 Struct Reference

Store a parsed sec2 from a bufr file including rawdata. More...

#include <bufrdeco.h>

Data Fields

uint32_t length
 
uint8_t raw [BUFR_LEN_SEC2]
 

Detailed Description

Store a parsed sec2 from a bufr file including rawdata.

Definition at line 797 of file bufrdeco.h.

Field Documentation

◆ length

uint32_t bufr_sec2::length

Definition at line 799 of file bufrdeco.h.

Referenced by bufrdeco_print_json_sec2(), and bufrdeco_read_buffer().

◆ raw

uint8_t bufr_sec2::raw[BUFR_LEN_SEC2]

Raw data for sec2 as is in original BUFR file

Definition at line 800 of file bufrdeco.h.

Referenced by bufrdeco_read_buffer().


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