bufr2synop 0.24.0
|
array of Wind shear data points at a pressure level More...
#include <mettemp.h>
Data Fields | |
size_t | n |
struct temp_raw_wind_shear_point | raw [TEMP_NMAX_POINTS] |
size_t temp_raw_wind_shear_data::n |
Current number of elements
Definition at line 239 of file mettemp.h.
Referenced by parse_temp_raw_wind_shear_data(), print_temp_raw_wind_shear_data(), temp_parse_x04(), temp_parse_x05(), temp_parse_x06(), temp_parse_x07(), temp_parse_x08(), temp_parse_x11(), and temp_parse_x31().
struct temp_raw_wind_shear_point temp_raw_wind_shear_data::raw[TEMP_NMAX_POINTS] |
Definition at line 240 of file mettemp.h.
Referenced by parse_temp_raw_wind_shear_data(), print_temp_raw_wind_shear_data(), temp_parse_x04(), temp_parse_x05(), temp_parse_x06(), temp_parse_x07(), temp_parse_x08(), and temp_parse_x11().