17 #ifndef GNSS_SDR_PVT_CONF_H 18 #define GNSS_SDR_PVT_CONF_H 33 std::map<int, int> rtcm_msg_rate_ms;
35 std::string rinex_name = std::string(
"-");
36 std::string dump_filename;
37 std::string nmea_dump_filename;
38 std::string nmea_dump_devname;
39 std::string rtcm_dump_devname;
40 std::string an_dump_devname;
41 std::string output_path = std::string(
".");
42 std::string rinex_output_path = std::string(
".");
43 std::string gpx_output_path = std::string(
".");
44 std::string geojson_output_path = std::string(
".");
45 std::string nmea_output_file_path = std::string(
".");
46 std::string kml_output_path = std::string(
".");
47 std::string xml_output_path = std::string(
".");
48 std::string rtcm_output_file_path = std::string(
".");
49 std::string udp_addresses;
50 std::string udp_eph_addresses;
52 uint32_t type_of_receiver = 0;
53 uint32_t observable_interval_ms = 20;
55 int32_t output_rate_ms = 0;
56 int32_t display_rate_ms = 0;
57 int32_t kml_rate_ms = 1000;
58 int32_t gpx_rate_ms = 1000;
59 int32_t geojson_rate_ms = 1000;
60 int32_t nmea_rate_ms = 1000;
61 int32_t rinex_version = 0;
62 int32_t rinexobs_rate_ms = 0;
63 int32_t an_rate_ms = 1000;
64 int32_t max_obs_block_rx_clock_offset_ms = 40;
67 int rtk_trace_level = 0;
69 uint16_t rtcm_tcp_port = 0;
70 uint16_t rtcm_station_id = 0;
72 bool flag_nmea_tty_port =
false;
73 bool flag_rtcm_server =
false;
74 bool flag_rtcm_tty_port =
false;
75 bool output_enabled =
true;
76 bool rinex_output_enabled =
true;
77 bool gpx_output_enabled =
true;
78 bool geojson_output_enabled =
true;
79 bool nmea_output_file_enabled =
true;
80 bool an_output_enabled =
false;
81 bool kml_output_enabled =
true;
82 bool xml_output_enabled =
true;
83 bool rtcm_output_file_enabled =
true;
84 bool monitor_enabled =
false;
85 bool monitor_ephemeris_enabled =
false;
86 bool protobuf_enabled =
true;
87 bool enable_rx_clock_correction =
true;
88 bool show_local_time_zone =
false;
89 bool pre_2009_file =
false;
92 bool log_source_timetag;
93 std::string log_source_timetag_file;
99 #endif // GNSS_SDR_PVT_CONF_H