bufr2synop 0.24.0
|
Output a struct metreport in xml form. More...
#include "bufr2tac.h"
Go to the source code of this file.
Functions | |
int | print_xml_alphanum (FILE *f, char *type, char *alphanum, struct metreport *m) |
int | print_xml (FILE *f, struct metreport *m) |
prints a struct metreport in xml format More... | |
Output a struct metreport in xml form.
Definition in file bufr2tac_xml.c.
int print_xml | ( | FILE * | f, |
struct metreport * | m | ||
) |
prints a struct metreport in xml format
f | pointer to a file already open by caller routine |
m | pointer to a struct metreport containing the data to print |
Definition at line 71 of file bufr2tac_xml.c.
References metreport::alphanum, metreport::alphanum2, metreport::alphanum3, metreport::alphanum4, print_xml_alphanum(), metreport::type, metreport::type2, metreport::type3, and metreport::type4.
Referenced by main().
int print_xml_alphanum | ( | FILE * | f, |
char * | type, | ||
char * | alphanum, | ||
struct metreport * | m | ||
) |
Definition at line 28 of file bufr2tac_xml.c.
References met_geo::alt, gts_header::bname, gts_header::center, met_geo::country, met_datetime::datime, gts_header::dtrel, gts_header::filename, metreport::g, metreport::h, met_geo::index, met_geo::lat, met_geo::lon, met_geo::name, gts_header::order, and metreport::t.
Referenced by print_xml().