bufr2synop 0.24.0
|
Stores the array of all data profile points as it in bufr sequence. More...
#include <mettemp.h>
Data Fields | |
size_t | n |
struct temp_raw_point_data | raw [TEMP_NMAX_POINTS *4] |
Stores the array of all data profile points as it in bufr sequence.
size_t temp_raw_data::n |
Current number of elements
Definition at line 214 of file mettemp.h.
Referenced by parse_temp_raw_data(), print_temp_raw_data(), temp_parse_x04(), temp_parse_x05(), temp_parse_x06(), temp_parse_x07(), temp_parse_x08(), temp_parse_x10(), temp_parse_x11(), temp_parse_x12(), and temp_parse_x31().
struct temp_raw_point_data temp_raw_data::raw[TEMP_NMAX_POINTS *4] |
Array of raw data points
Definition at line 215 of file mettemp.h.
Referenced by parse_temp_raw_data(), print_temp_raw_data(), temp_parse_x04(), temp_parse_x05(), temp_parse_x06(), temp_parse_x07(), temp_parse_x08(), temp_parse_x10(), temp_parse_x11(), and temp_parse_x12().