bufr2synop 0.24.0
|
contains all possible substrings from section 3 when a report is parsed with success More...
#include <metbuoy.h>
Data Fields | |
char | Qd1 [2] |
char | Qd2 [2] |
char | k2 [2] |
char | k3 [2] |
char | k6 [2] |
struct b_sec3_layer1 | l1 [32] |
struct b_sec3_layer2 | l2 [32] |
contains all possible substrings from section 3 when a report is parsed with success
char buoy_sec3::k2[2] |
Method for salinity measurement (Table 2263)
Definition at line 151 of file metbuoy.h.
Referenced by buoy_parse_x02(), parse_subset_as_buoy(), and print_buoy_sec3().
char buoy_sec3::k3[2] |
Duration and medition of current speed
Definition at line 152 of file metbuoy.h.
Referenced by buoy_parse_x02(), parse_subset_as_buoy(), and print_buoy_sec3().
char buoy_sec3::k6[2] |
Method to eliminate the effect the ship or buoy movement
Definition at line 153 of file metbuoy.h.
Referenced by buoy_parse_x02(), parse_subset_as_buoy(), and print_buoy_sec3().
struct b_sec3_layer1 buoy_sec3::l1[32] |
Array of temperature and salinity for layers
Definition at line 154 of file metbuoy.h.
Referenced by buoy_parse_x22(), and print_buoy_sec3().
struct b_sec3_layer2 buoy_sec3::l2[32] |
Array of direction and speed for layers
Definition at line 155 of file metbuoy.h.
Referenced by buoy_parse_x22(), and print_buoy_sec3().
char buoy_sec3::Qd1[2] |
Quality control for temperature and salinity (Table 3334)
Definition at line 149 of file metbuoy.h.
Referenced by parse_subset_as_buoy(), and print_buoy_sec3().
char buoy_sec3::Qd2[2] |
Quality control for direction and speed (Table 3334)
Definition at line 150 of file metbuoy.h.
Referenced by parse_subset_as_buoy(), and print_buoy_sec3().