![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Prints PVT solutions in GeoJSON format file. More...
#include <geojson_printer.h>
Public Member Functions | |
| GeoJSON_Printer (const std::string &base_path=".") | |
| 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 solutions in GeoJSON format file.
See https://tools.ietf.org/html/rfc7946
Definition at line 39 of file geojson_printer.h.