bufr2synop 0.24.0
Data Fields
synop_chunks Struct Reference

contains all possible substrings from a synop report is parsed with success More...

#include <metsynop.h>

Collaboration diagram for synop_chunks:
Collaboration graph
[legend]

Data Fields

int mask
 
struct report_date_ext e
 
struct wigos_id wid
 
struct synop_sec0 s0
 
struct synop_sec1 s1
 
struct synop_sec2 s2
 
struct synop_sec3 s3
 
struct synop_sec4 s4
 
struct synop_sec5 s5
 
char error [128]
 

Detailed Description

contains all possible substrings from a synop report is parsed with success

Definition at line 292 of file metsynop.h.

Field Documentation

◆ e

struct report_date_ext synop_chunks::e

◆ error

char synop_chunks::error[128]

string with error code if a wrong synop report is found

Definition at line 303 of file metsynop.h.

Referenced by bufr2tac_clean_synop_chunks().

◆ mask

int synop_chunks::mask

◆ s0

struct synop_sec0 synop_chunks::s0

◆ s1

struct synop_sec1 synop_chunks::s1

◆ s2

struct synop_sec2 synop_chunks::s2

struct with parsed section 2 if present

Definition at line 299 of file metsynop.h.

Referenced by bufr2tac_clean_synop_chunks(), print_synop_sec2(), syn_parse_x12(), and syn_parse_x22().

◆ s3

struct synop_sec3 synop_chunks::s3

◆ s4

struct synop_sec4 synop_chunks::s4

struct with parsed section 4 if present

Definition at line 301 of file metsynop.h.

Referenced by print_synop_sec4(), and syn_parse_x20().

◆ s5

struct synop_sec5 synop_chunks::s5

struct with parsed section 5 if present

Definition at line 302 of file metsynop.h.

Referenced by bufr2tac_clean_synop_chunks(), print_synop_sec5(), syn_parse_x11(), and syn_parse_x13().

◆ wid

struct wigos_id synop_chunks::wid

struct with the WIGOS indentifier if any

Definition at line 296 of file metsynop.h.

Referenced by bufr2tac_clean_synop_chunks(), parse_subset_as_synop(), and syn_parse_x01().


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