1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-10-02 17:00:50 +00:00

Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next

This commit is contained in:
Carles Fernandez 2018-06-19 14:57:55 +02:00
commit 54ff4505c9

View File

@ -36,17 +36,17 @@ Acq_Conf::Acq_Conf()
/* PCPS acquisition configuration */ /* PCPS acquisition configuration */
sampled_ms = 0; sampled_ms = 0;
max_dwells = 0; max_dwells = 0;
unsigned int doppler_max = 0; doppler_max = 0;
unsigned int num_doppler_bins_step2 = 0; num_doppler_bins_step2 = 0;
float doppler_step2 = 0.0; doppler_step2 = 0.0;
long fs_in = 0; fs_in = 0;
int samples_per_ms = 0; samples_per_ms = 0;
int samples_per_code = 0; samples_per_code = 0;
bool bit_transition_flag = false; bit_transition_flag = false;
bool use_CFAR_algorithm_flag = false; use_CFAR_algorithm_flag = false;
bool dump = false; dump = false;
bool blocking = false; blocking = false;
bool make_2_steps = false; make_2_steps = false;
std::string dump_filename = ""; dump_filename = "";
it_size = sizeof(char); it_size = sizeof(char);
} }