bufr2synop 0.24.0
|
stores WMO GTS header info More...
#include <bufrdeco.h>
Data Fields | |
char | bname [16] |
char | center [8] |
char | dtrel [16] |
char | order [8] |
char | filename [BUFRDECO_PATH_LENGTH] |
char | timestamp [16] |
stores WMO GTS header info
Definition at line 706 of file bufrdeco.h.
char gts_header::bname[16] |
Name of bulletin, as 'SNAU48'
Definition at line 708 of file bufrdeco.h.
Referenced by guess_gts_header(), main(), print_csv_alphanum(), print_json_alphanum(), and print_xml_alphanum().
char gts_header::center[8] |
Release center name, as 'EGRR'
Definition at line 709 of file bufrdeco.h.
Referenced by guess_gts_header(), main(), print_csv_alphanum(), print_json_alphanum(), and print_xml_alphanum().
char gts_header::dtrel[16] |
Date and time of release (format DDHHmm)
Definition at line 710 of file bufrdeco.h.
Referenced by guess_gts_header(), main(), print_csv_alphanum(), print_json_alphanum(), and print_xml_alphanum().
char gts_header::filename[BUFRDECO_PATH_LENGTH] |
filename of Bufr file
Definition at line 712 of file bufrdeco.h.
Referenced by bufrdeco_print_json_subset_data_prologue(), guess_gts_header(), print_csv_alphanum(), print_json_alphanum(), and print_xml_alphanum().
char gts_header::order[8] |
sequence, as 'BBB' , 'RRA' 'CCA' ...
Definition at line 711 of file bufrdeco.h.
Referenced by guess_gts_header(), main(), print_csv_alphanum(), print_json_alphanum(), and print_xml_alphanum().
char gts_header::timestamp[16] |
String with timestamp (UTC) of file in GTS. Format YYYYMMDDHHmmss
Definition at line 713 of file bufrdeco.h.
Referenced by guess_gts_header(), and main().