bufr2synop 0.24.0
Data Fields
temp_max_wind_data Struct Reference

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]
 

Detailed Description

Store the data of a maximum wind level in a TEMP report.

Definition at line 272 of file mettemp.h.

Field Documentation

◆ dmdmfmfmfm

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().

◆ no_last_wind

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().

◆ PmPmPm

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().

◆ vava

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().

◆ vbvb

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().


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