[hamradio-commits] [gnss-sdr] 112/251: initializing members

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Sep 2 00:22:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 114c7c5518ac7d9781743089e6aefd1c90022df4
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Wed May 20 19:05:35 2015 +0200

    initializing members
---
 src/algorithms/telemetry_decoder/libs/gps_l1_ca_subframe_fsm.cc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/algorithms/telemetry_decoder/libs/gps_l1_ca_subframe_fsm.cc b/src/algorithms/telemetry_decoder/libs/gps_l1_ca_subframe_fsm.cc
index 834fc80..6aa8972 100644
--- a/src/algorithms/telemetry_decoder/libs/gps_l1_ca_subframe_fsm.cc
+++ b/src/algorithms/telemetry_decoder/libs/gps_l1_ca_subframe_fsm.cc
@@ -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
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list