bufr2synop 0.24.0
|
file with the code to print the results More...
#include "bufr2tac.h"
Go to the source code of this file.
Functions | |
int | print_plain (FILE *f, struct metreport *m) |
Print in a file the report decoded to Traditional Alphanumeric Code in plain text format. A line per report. More... | |
int | print_html (FILE *f, struct metreport *m) |
Print in a file the report decoded to Traditional Alphanumeric Code in plain html format. A line per report. More... | |
size_t | print_geo (char **geo, size_t lmax, struct metreport *m) |
size_t | print_wigos_id (char **wid, size_t lmax, struct metreport *m) |
file with the code to print the results
Definition in file bufr2tac_print.c.
size_t print_geo | ( | char ** | geo, |
size_t | lmax, | ||
struct metreport * | m | ||
) |
Definition at line 71 of file bufr2tac_print.c.
References met_geo::alt, metreport::g, met_geo::lat, and met_geo::lon.
Referenced by print_buoy_report(), print_climat_report(), print_synop_report(), print_temp_a(), print_temp_b(), print_temp_c(), and print_temp_d().
int print_html | ( | FILE * | f, |
struct metreport * | m | ||
) |
Print in a file the report decoded to Traditional Alphanumeric Code in plain html format. A line per report.
f | pointer to file where to write to |
m | pointer to struct metreport where the decoded report is stored |
Definition at line 51 of file bufr2tac_print.c.
References metreport::alphanum, metreport::alphanum2, metreport::alphanum3, and metreport::alphanum4.
Referenced by main().
int print_plain | ( | FILE * | f, |
struct metreport * | m | ||
) |
Print in a file the report decoded to Traditional Alphanumeric Code in plain text format. A line per report.
f | pointer to file where to write to |
m | pointer to struct metreport where the decoded report is stored |
Definition at line 32 of file bufr2tac_print.c.
References metreport::alphanum, metreport::alphanum2, metreport::alphanum3, and metreport::alphanum4.
Referenced by main().
size_t print_wigos_id | ( | char ** | wid, |
size_t | lmax, | ||
struct metreport * | m | ||
) |
Definition at line 86 of file bufr2tac_print.c.
References metreport::g, wigos_id::issue, wigos_id::issuer, wigos_id::local_id, wigos_id::series, and met_geo::wid.
Referenced by print_buoy_report(), print_climat_report(), print_synop_report(), print_temp_a(), print_temp_b(), print_temp_c(), and print_temp_d().