bufr2synop 0.24.0
Data Fields
buoy_chunks Struct Reference

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

#include <metbuoy.h>

Collaboration diagram for buoy_chunks:
Collaboration graph
[legend]

Data Fields

int mask
 
struct report_date_ext e
 
struct wigos_id wid
 
struct buoy_sec0 s0
 
struct buoy_sec1 s1
 
struct buoy_sec2 s2
 
struct buoy_sec3 s3
 
struct buoy_sec4 s4
 
char error [128]
 

Detailed Description

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

Definition at line 196 of file metbuoy.h.

Field Documentation

◆ e

struct report_date_ext buoy_chunks::e

struct with the optional extension parsed

Definition at line 199 of file metbuoy.h.

Referenced by bufr2tac_clean_buoy_chunks(), buoy_parse_x04(), buoy_YYYYMMDDHHmm_to_JMMYYGGgg(), parse_subset_as_buoy(), print_buoy_report(), and print_buoy_sec0().

◆ error

char buoy_chunks::error[128]

string with error code if a wrong synop report is found

Definition at line 206 of file metbuoy.h.

Referenced by bufr2tac_clean_buoy_chunks().

◆ mask

int buoy_chunks::mask

◆ s0

struct buoy_sec0 buoy_chunks::s0

◆ s1

struct buoy_sec1 buoy_chunks::s1

◆ s2

struct buoy_sec2 buoy_chunks::s2

struct with parsed section 2 if present

Definition at line 203 of file metbuoy.h.

Referenced by bufr2tac_clean_buoy_chunks(), buoy_parse_x22(), buoy_parse_x33(), parse_subset_as_buoy(), and print_buoy_sec2().

◆ s3

struct buoy_sec3 buoy_chunks::s3

struct with parsed section 3 if present

Definition at line 204 of file metbuoy.h.

Referenced by bufr2tac_clean_buoy_chunks(), buoy_parse_x02(), buoy_parse_x22(), parse_subset_as_buoy(), and print_buoy_sec3().

◆ s4

struct buoy_sec4 buoy_chunks::s4

struct with parsed section 4 if present

Definition at line 205 of file metbuoy.h.

Referenced by bufr2tac_clean_buoy_chunks(), and buoy_parse_x33().

◆ wid

struct wigos_id buoy_chunks::wid

struct with the WIGOS indentifier if any

Definition at line 200 of file metbuoy.h.

Referenced by bufr2tac_clean_buoy_chunks(), buoy_parse_x01(), parse_subset_as_buoy(), and print_buoy_wigos_id().


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