Main header file for buoy related tasks.
More...
Go to the source code of this file.
|
struct | buoy_sec0 |
| contains all possible substrings from section 0 when a report is parsed with success More...
|
|
struct | buoy_sec1 |
| contains all possible substrings from section 1 when a report is parsed with success More...
|
|
struct | buoy_sec2 |
| contains all possible substrings from section 2 when a report is parsed with success More...
|
|
struct | b_sec3_layer1 |
| A layer with Temperature and salinity for a buoy report. More...
|
|
struct | b_sec3_layer2 |
| A layer with direction and speed for a sea current. More...
|
|
struct | buoy_sec3 |
| contains all possible substrings from section 3 when a report is parsed with success More...
|
|
struct | buoy_sec4 |
| contains all possible substrings from section 4 when a report is parsed with success More...
|
|
struct | buoy_chunks |
| contains all possible substrings from a synop report is parsed with success More...
|
|
|
#define | BUOY_SEC0 1 |
| mask bit meaning section 0 of buoy is solicited to or parsed with success More...
|
|
#define | BUOY_SEC1 2 |
| mask bit meaning section 1 of buoy is solicited to or parsed with success More...
|
|
#define | BUOY_SEC2 4 |
| mask bit meaning section 2 of buoy is solicited to or parsed with success More...
|
|
#define | BUOY_SEC3 8 |
| mask bit meaning section 3 of buoy is solicited to or parsed with success More...
|
|
#define | BUOY_SEC4 16 |
| mask bit meaning section 4 of buoy is solicited to or parsed with success More...
|
|
#define | BUOY_EXT 32 |
| mask bit meaning date extension is parsed with success More...
|
|
Main header file for buoy related tasks.
Definition in file metbuoy.h.
◆ BUOY_EXT
mask bit meaning date extension is parsed with success
Definition at line 58 of file metbuoy.h.
◆ BUOY_SEC0
mask bit meaning section 0 of buoy is solicited to or parsed with success
Definition at line 33 of file metbuoy.h.
◆ BUOY_SEC1
mask bit meaning section 1 of buoy is solicited to or parsed with success
Definition at line 38 of file metbuoy.h.
◆ BUOY_SEC2
mask bit meaning section 2 of buoy is solicited to or parsed with success
Definition at line 43 of file metbuoy.h.
◆ BUOY_SEC3
mask bit meaning section 3 of buoy is solicited to or parsed with success
Definition at line 48 of file metbuoy.h.
◆ BUOY_SEC4
mask bit meaning section 4 of buoy is solicited to or parsed with success
Definition at line 53 of file metbuoy.h.