1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-14 23:03:14 +00:00

initializing members

This commit is contained in:
Carles Fernandez 2015-05-20 19:05:35 +02:00
parent 490031b72c
commit 114c7c5518

View File

@ -231,6 +231,13 @@ public:
GpsL1CaSubframeFsm::GpsL1CaSubframeFsm()
{
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
}