bufr2synop 0.24.0
|
Store the data of a maximum wind level in a TEMP report. More...
#include <mettemp.h>
Data Fields | |
int | no_last_wind |
char | PmPmPm [4] |
char | dmdmfmfmfm [8] |
char | vbvb [4] |
char | vava [4] |
char temp_max_wind_data::dmdmfmfmfm[8] |
true max wind direction in tens of degree and wind speed
Definition at line 276 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec4().
int temp_max_wind_data::no_last_wind |
Flag to set that this is not the latest wind data
Definition at line 274 of file mettemp.h.
Referenced by parse_temp_raw_data(), and print_temp_a_sec4().
char temp_max_wind_data::PmPmPm[4] |
Pressure in hPa of wind maximum level
Definition at line 275 of file mettemp.h.
Referenced by parse_temp_raw_data(), parse_temp_raw_wind_shear_data(), and print_temp_a_sec4().
char temp_max_wind_data::vava[4] |
Diference of winds . 1 km above
Definition at line 278 of file mettemp.h.
Referenced by parse_temp_raw_wind_shear_data(), and print_temp_a_sec4().
char temp_max_wind_data::vbvb[4] |
Diference of winds . 1 km below
Definition at line 277 of file mettemp.h.
Referenced by parse_temp_raw_wind_shear_data(), and print_temp_a_sec4().