bufr2synop 0.24.0
Data Fields
bufr_sec3 Struct Reference

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

#include <bufrdeco.h>

Collaboration diagram for bufr_sec3:
Collaboration graph
[legend]

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]
 

Detailed Description

Store a parsed sec3 from a bufr file including rawdata.

Definition at line 807 of file bufrdeco.h.

Field Documentation

◆ compressed

uint8_t bufr_sec3::compressed

◆ length

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

◆ ndesc

uint32_t bufr_sec3::ndesc

◆ observed

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

◆ raw

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

◆ subsets

uint32_t bufr_sec3::subsets

◆ unexpanded

struct bufr_descriptor bufr_sec3::unexpanded[BUFR_LEN_UNEXPANDED_DESCRIPTOR]

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