![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Prints PVT information to OGC KML format file (can be viewed with Google Earth). More...
#include <kml_printer.h>
Public Member Functions | |
| Kml_Printer (const std::string &base_path=std::string(".")) | |
| bool | set_headers (const std::string &filename, bool time_tag_name=true) |
| bool | print_position (const Pvt_Solution *const position) |
| bool | close_file () |
Prints PVT information to OGC KML format file (can be viewed with Google Earth).
See https://www.opengeospatial.org/standards/kml
Definition at line 38 of file kml_printer.h.