1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-26 17:06:58 +00:00

Initializing member in the constructor

This commit is contained in:
Carles Fernandez 2015-05-22 20:17:37 +02:00
parent 4d34af4f40
commit 4ca6e5b749

View File

@ -185,6 +185,7 @@ Gps_L1_Ca_Tcp_Connector_Tracking_cc::Gps_L1_Ca_Tcp_Connector_Tracking_cc(
d_acc_carrier_phase_rad = 0.0;
d_code_phase_samples = 0;
d_next_prn_length_samples = 0;
d_code_phase_step_chips = 0.0;
}
void Gps_L1_Ca_Tcp_Connector_Tracking_cc::start_tracking()