bufr2synop 0.24.0
|
Contains part A of a TEMP REPORT. More...
#include <mettemp.h>
Data Fields | |
int | mask |
struct report_date_ext | e |
struct temp_acd_sec1 | s1 |
struct temp_a_sec2 | s2 |
struct temp_ac_sec3 | s3 |
struct temp_ac_sec4 | s4 |
struct temp_sec7 | s7 |
struct report_date_ext temp_a::e |
report extension date/time
Definition at line 454 of file mettemp.h.
Referenced by parse_subset_as_temp(), and temp_parse_x04().
int temp_a::mask |
Bit mask about parsed sections
Definition at line 453 of file mettemp.h.
Referenced by parse_temp_raw_data(), print_temp_report(), and temp_parse_x22().
struct temp_acd_sec1 temp_a::s1 |
section 1 for part A
Definition at line 455 of file mettemp.h.
Referenced by guess_WMO_region_temp(), parse_subset_as_temp(), parse_temp_raw_data(), print_temp_a_sec1(), temp_parse_x01(), temp_parse_x05(), temp_parse_x06(), temp_parse_x07(), and temp_parse_x33().
struct temp_a_sec2 temp_a::s2 |
section 2 for part A
Definition at line 456 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec2().
struct temp_ac_sec3 temp_a::s3 |
section 3 for part A
Definition at line 457 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec3().
struct temp_ac_sec4 temp_a::s4 |
section 4 for part A
Definition at line 458 of file mettemp.h.
Referenced by parse_temp_raw_data(), parse_temp_raw_wind_shear_data(), and print_temp_a_sec4().
struct temp_sec7 temp_a::s7 |
section 7 for part A
Definition at line 459 of file mettemp.h.
Referenced by print_temp_a_sec7(), temp_parse_x02(), temp_parse_x04(), and temp_parse_x22().