bufr2synop 0.24.0
|
contains some of substrings from section 5 when a report is parsed with success More...
#include <metsynop.h>
Data Fields | |
char | RRR [4] |
char | tr [2] |
struct data9 | d9 |
contains some of substrings from section 5 when a report is parsed with success
To check if a substring has been parsed after a succeeded return we need to compute the lengh of the corresponding member. If zero the it is not parsed.
Definition at line 282 of file metsynop.h.
struct data9 synop_sec5::d9 |
struct with optional 9SpSpss items
Definition at line 286 of file metsynop.h.
Referenced by print_synop_sec5(), and syn_parse_x11().
char synop_sec5::RRR[4] |
Amount of precipitation which has fallen during the period preceding the time of observation, as indicated by tR. (Code table 3590)
Definition at line 284 of file metsynop.h.
Referenced by print_synop_sec5(), and syn_parse_x13().
char synop_sec5::tr[2] |
Duration of period of reference for amount of precipitation, ending at the time of the report. (Code table 4019)
Definition at line 285 of file metsynop.h.
Referenced by print_synop_sec5(), and syn_parse_x13().