mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-03-28 22:37:03 +00:00
Initializing member in the constructor
This commit is contained in:
parent
4d34af4f40
commit
4ca6e5b749
@ -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_acc_carrier_phase_rad = 0.0;
|
||||||
d_code_phase_samples = 0;
|
d_code_phase_samples = 0;
|
||||||
d_next_prn_length_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()
|
void Gps_L1_Ca_Tcp_Connector_Tracking_cc::start_tracking()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user