35 std::string item_type;
36 std::string dump_filename;
38 double carrier_lock_th;
42 double code_disc_sd_chips;
43 double carrier_disc_sd_rads;
46 double code_phase_sd_chips;
47 double carrier_phase_sd_rad;
48 double carrier_freq_sd_hz;
49 double carrier_freq_rate_sd_hz_s;
52 double init_code_phase_sd_chips;
53 double init_carrier_phase_sd_rad;
54 double init_carrier_freq_sd_hz;
55 double init_carrier_freq_rate_sd_hz_s;
57 float early_late_space_chips;
58 float very_early_late_space_chips;
59 float early_late_space_narrow_chips;
60 float very_early_late_space_narrow_chips;
64 float cn0_smoother_alpha;
65 float carrier_lock_test_smoother_alpha;
66 uint32_t pull_in_time_s;
67 uint32_t bit_synchronization_time_limit_s;
68 uint32_t vector_length;
69 uint32_t smoother_length;
70 int32_t extend_correlation_symbols;
72 int32_t cn0_smoother_samples;
73 int32_t carrier_lock_test_smoother_samples;
75 int32_t max_code_lock_fail;
76 int32_t max_carrier_lock_fail;
80 bool enable_doppler_correction;