20 #ifndef GNSS_SDR_PVT_CONF_H 21 #define GNSS_SDR_PVT_CONF_H 32 std::map<int, int> rtcm_msg_rate_ms;
34 std::string rinex_name;
35 std::string dump_filename;
36 std::string nmea_dump_filename;
37 std::string nmea_dump_devname;
38 std::string rtcm_dump_devname;
39 std::string output_path;
40 std::string rinex_output_path;
41 std::string gpx_output_path;
42 std::string geojson_output_path;
43 std::string nmea_output_file_path;
44 std::string kml_output_path;
45 std::string xml_output_path;
46 std::string rtcm_output_file_path;
47 std::string udp_addresses;
49 uint32_t type_of_receiver;
50 int32_t output_rate_ms;
51 int32_t display_rate_ms;
54 int32_t geojson_rate_ms;
56 int32_t rinex_version;
57 int32_t rinexobs_rate_ms;
58 int32_t max_obs_block_rx_clock_offset_ms;
61 uint16_t rtcm_tcp_port;
62 uint16_t rtcm_station_id;
64 bool flag_nmea_tty_port;
65 bool flag_rtcm_server;
66 bool flag_rtcm_tty_port;
68 bool rinex_output_enabled;
69 bool gpx_output_enabled;
70 bool geojson_output_enabled;
71 bool nmea_output_file_enabled;
72 bool kml_output_enabled;
73 bool xml_output_enabled;
74 bool rtcm_output_file_enabled;
76 bool protobuf_enabled;
77 bool enable_rx_clock_correction;
78 bool show_local_time_zone;