bufr2synop 0.24.0
|
contains all possible substrings from section 2 when a report is parsed with success More...
#include <metbuoy.h>
Data Fields | |
char | Qd [2] |
char | Qx [2] |
char | sn [2] |
char | TwTwTw [4] |
char | PwaPwa [4] |
char | HwaHwa [4] |
char | PwaPwaPwa [6] |
char | HwaHwaHwa [6] |
contains all possible substrings from section 2 when a report is parsed with success
char buoy_sec2::HwaHwa[4] |
heigh of waves, in units of 0.5 metre
Definition at line 117 of file metbuoy.h.
Referenced by buoy_parse_x22(), and print_buoy_sec2().
char buoy_sec2::HwaHwaHwa[6] |
heigh of waves, in tenths of metre
Definition at line 119 of file metbuoy.h.
Referenced by buoy_parse_x22(), and print_buoy_sec2().
char buoy_sec2::PwaPwa[4] |
Period of waves, obtained by instrumental methods, in seconds.
Definition at line 116 of file metbuoy.h.
Referenced by buoy_parse_x22(), and print_buoy_sec2().
char buoy_sec2::PwaPwaPwa[6] |
Period of waves, obtained by instrumental methods, in tenths of a second.
Definition at line 118 of file metbuoy.h.
Referenced by buoy_parse_x22(), and print_buoy_sec2().
char buoy_sec2::Qd[2] |
Quality control indicatitor (Code Table 3334)
Definition at line 112 of file metbuoy.h.
Referenced by buoy_parse_x33(), parse_subset_as_buoy(), and print_buoy_sec2().
char buoy_sec2::Qx[2] |
Indicator of position of group (Regulation 18.3.3)
Definition at line 113 of file metbuoy.h.
Referenced by parse_subset_as_buoy(), and print_buoy_sec2().
char buoy_sec2::sn[2] |
Sign of temperature (Code table 3845)
Definition at line 114 of file metbuoy.h.
Referenced by buoy_parse_x22(), and print_buoy_sec2().
char buoy_sec2::TwTwTw[4] |
Sea surfacer temperature, in tenths of a degree Celsius, its sign being given by sn.
Definition at line 115 of file metbuoy.h.
Referenced by buoy_parse_x22(), and print_buoy_sec2().