bufr2synop 0.24.0
Data Fields
buoy_sec3 Struct Reference

contains all possible substrings from section 3 when a report is parsed with success More...

#include <metbuoy.h>

Collaboration diagram for buoy_sec3:
Collaboration graph
[legend]

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]
 

Detailed Description

contains all possible substrings from section 3 when a report is parsed with success

Definition at line 147 of file metbuoy.h.

Field Documentation

◆ k2

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

◆ k3

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

◆ k6

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

◆ l1

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

◆ l2

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

◆ Qd1

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

◆ Qd2

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


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