bufr2synop 0.24.0
Data Fields
gts_header Struct Reference

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]
 

Detailed Description

stores WMO GTS header info

Definition at line 706 of file bufrdeco.h.

Field Documentation

◆ bname

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

◆ center

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

◆ dtrel

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

◆ filename

char gts_header::filename[BUFRDECO_PATH_LENGTH]

◆ order

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

◆ timestamp

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


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