mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-23 17:04:08 +00:00
Initialize all class members
This commit is contained in:
parent
805ce850b9
commit
3fd7639b6d
@ -267,6 +267,7 @@ hybrid_pvt_cc::hybrid_pvt_cc(unsigned int nchannels, bool dump, std::string dump
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
d_rtcm_MT1097_rate_ms = boost::math::lcm(1000, d_output_rate_ms); // default value if not set
|
d_rtcm_MT1097_rate_ms = boost::math::lcm(1000, d_output_rate_ms); // default value if not set
|
||||||
|
d_rtcm_MSM_rate_ms = boost::math::lcm(1000, d_output_rate_ms); // default value if not set
|
||||||
}
|
}
|
||||||
b_rtcm_writing_started = false;
|
b_rtcm_writing_started = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user