mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-08-06 22:04:07 +00:00
Initialize all members in the constructor
This commit is contained in:
parent
356294ce36
commit
60046466b2
@ -206,6 +206,7 @@ galileo_e1_dll_pll_veml_tracking_cc::galileo_e1_dll_pll_veml_tracking_cc(
|
|||||||
d_enable_extended_integration = false;
|
d_enable_extended_integration = false;
|
||||||
d_local_code_data_shift_chips = nullptr;
|
d_local_code_data_shift_chips = nullptr;
|
||||||
d_data_code = nullptr;
|
d_data_code = nullptr;
|
||||||
|
d_Prompt_Data = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--- Initializations ------------------------------
|
//--- Initializations ------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user