22 #ifndef GNSS_SDR_GPX_PRINTER_H 23 #define GNSS_SDR_GPX_PRINTER_H 39 explicit Gpx_Printer(
const std::string& base_path =
".");
41 bool set_headers(
const std::string& filename,
bool time_tag_name =
true);
42 bool print_position(
const Pvt_Solution*
const position,
bool print_average_values);
46 std::ofstream gpx_file;
47 std::string gpx_filename;
49 std::string gpx_base_path;
50 bool positions_printed;
Prints PVT information to GPX format file.
Base class for a PVT solution.