bufr2synop 0.24.0
Data Fields
synop_sec5 Struct Reference

contains some of substrings from section 5 when a report is parsed with success More...

#include <metsynop.h>

Collaboration diagram for synop_sec5:
Collaboration graph
[legend]

Data Fields

char RRR [4]
 
char tr [2]
 
struct data9 d9
 

Detailed Description

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.

Field Documentation

◆ d9

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

◆ RRR

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

◆ tr

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


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