22 #ifndef GNSS_SDR_KML_PRINTER_H 23 #define GNSS_SDR_KML_PRINTER_H 38 explicit Kml_Printer(
const std::string& base_path = std::string(
"."));
40 bool set_headers(
const std::string& filename,
bool time_tag_name =
true);
41 bool print_position(
const Pvt_Solution*
const position,
bool print_average_values);
45 std::ofstream kml_file;
46 std::ofstream tmp_file;
47 std::string kml_filename;
48 std::string kml_base_path;
49 std::string tmp_file_str;
51 unsigned int point_id;
52 bool positions_printed;
Prints PVT information to OGC KML format file (can be viewed with Google Earth)
Base class for a PVT solution.