19 #ifndef GNSS_SDR_GPX_PRINTER_H 20 #define GNSS_SDR_GPX_PRINTER_H 42 explicit Gpx_Printer(
const std::string& base_path =
".");
44 bool set_headers(
const std::string& filename,
bool time_tag_name =
true);
45 bool print_position(
const Pvt_Solution*
const position,
bool print_average_values);
49 std::ofstream gpx_file;
50 std::string gpx_filename;
52 std::string gpx_base_path;
53 bool positions_printed;
59 #endif // GNSS_SDR_GPX_PRINTER_H Prints PVT information to GPX format file.
Base class for a PVT solution.