mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-26 07:02:59 +00:00
Initialize all class members in the constructor
This commit is contained in:
parent
cdbba89996
commit
1cbaf99ebd
@ -419,6 +419,10 @@ void ControlThread::init()
|
|||||||
stop_ = false;
|
stop_ = false;
|
||||||
processed_control_messages_ = 0;
|
processed_control_messages_ = 0;
|
||||||
applied_actions_ = 0;
|
applied_actions_ = 0;
|
||||||
|
supl_mcc = 0;
|
||||||
|
supl_mns = 0;
|
||||||
|
supl_lac = 0;
|
||||||
|
supl_ci = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user