bufr2synop 0.24.0
Data Fields
met_datetime Struct Reference

stores date and time reference of a report, commonly the observation time More...

#include <metcommon.h>

Data Fields

time_t t
 
struct tm tim
 
char datime [16]
 

Detailed Description

stores date and time reference of a report, commonly the observation time

Definition at line 59 of file metcommon.h.

Field Documentation

◆ datime

char met_datetime::datime[16]

date/time reference (UTC) as string with YYYYMMDDHHmm[ss] format

Definition at line 63 of file metcommon.h.

Referenced by print_csv_alphanum(), print_json_alphanum(), print_temp_a_sec1(), print_xml_alphanum(), round_met_datetime_to_hour(), and YYYYMMDDHHmm_to_met_datetime().

◆ t

time_t met_datetime::t

◆ tim

struct tm met_datetime::tim

struct tm with report date/time info (UTC)

Definition at line 62 of file metcommon.h.

Referenced by round_met_datetime_to_hour(), and YYYYMMDDHHmm_to_met_datetime().


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