1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 07:13:03 +00:00

initializing members in the constructor

This commit is contained in:
Carles Fernandez
2015-05-19 22:45:16 +02:00
parent 46a59712f2
commit 64a81d8c48
4 changed files with 21 additions and 3 deletions

View File

@@ -163,6 +163,7 @@ Gps_L1_Ca_Dll_Fll_Pll_Tracking_cc::Gps_L1_Ca_Dll_Fll_Pll_Tracking_cc(
//d_acquisition_gnss_synchro = 0;
d_channel = 0;
d_acq_carrier_doppler_hz = 0.0;
d_carrier_doppler_hz = 0;
d_code_freq_hz = 0.0;
d_rem_carr_phase = 0.0;
d_rem_code_phase_samples = 0.0;