mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-30 13:48:08 +00:00
initializing members
This commit is contained in:
@@ -231,6 +231,13 @@ public:
|
|||||||
GpsL1CaSubframeFsm::GpsL1CaSubframeFsm()
|
GpsL1CaSubframeFsm::GpsL1CaSubframeFsm()
|
||||||
{
|
{
|
||||||
d_nav.reset();
|
d_nav.reset();
|
||||||
|
i_channel_ID = 0;
|
||||||
|
i_satellite_PRN = 0;
|
||||||
|
d_ephemeris_queue = 0;
|
||||||
|
d_iono_queue = 0;
|
||||||
|
d_utc_model_queue = 0;
|
||||||
|
d_almanac_queue = 0;
|
||||||
|
d_preamble_time_ms = 0;
|
||||||
initiate(); //start the FSM
|
initiate(); //start the FSM
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user