bufr2synop 0.24.0
|
contains all possible substrings from a synop report is parsed with success More...
#include <metbuoy.h>
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] |
contains all possible substrings from a synop report is parsed with success
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().
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().
int buoy_chunks::mask |
Mask with sections parsed succesfully
Definition at line 198 of file metbuoy.h.
Referenced by bufr2tac_clean_buoy_chunks(), buoy_parse_x02(), buoy_parse_x10(), buoy_parse_x11(), buoy_parse_x12(), buoy_parse_x22(), buoy_parse_x33(), parse_subset_as_buoy(), print_buoy_report(), print_buoy_sec1(), print_buoy_sec2(), and print_buoy_sec3().
struct buoy_sec0 buoy_chunks::s0 |
struct with parsed header and section 0
Definition at line 201 of file metbuoy.h.
Referenced by bufr2tac_clean_buoy_chunks(), buoy_parse_x01(), buoy_parse_x02(), buoy_parse_x05(), buoy_parse_x06(), buoy_parse_x11(), buoy_parse_x33(), buoy_YYYYMMDDHHmm_to_JMMYYGGgg(), parse_subset_as_buoy(), and print_buoy_sec0().
struct buoy_sec1 buoy_chunks::s1 |
struct with parsed section 1
Definition at line 202 of file metbuoy.h.
Referenced by bufr2tac_clean_buoy_chunks(), buoy_parse_x10(), buoy_parse_x11(), buoy_parse_x12(), buoy_parse_x33(), parse_subset_as_buoy(), and print_buoy_sec1().
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().
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().
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().
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().