[hamradio-commits] [gnss-sdr] 157/251: initializing members in the constructor

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Sep 2 00:22:45 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 6229ad0d227d2ad36d022edd6835ae60b5b3ef28
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Fri May 29 20:19:07 2015 +0200

    initializing members in the constructor
---
 src/core/system_parameters/gps_cnav_ephemeris.cc          | 1 +
 src/core/system_parameters/gps_cnav_navigation_message.cc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/core/system_parameters/gps_cnav_ephemeris.cc b/src/core/system_parameters/gps_cnav_ephemeris.cc
index b58b801..de1fe4f 100644
--- a/src/core/system_parameters/gps_cnav_ephemeris.cc
+++ b/src/core/system_parameters/gps_cnav_ephemeris.cc
@@ -90,4 +90,5 @@ Gps_CNAV_Ephemeris::Gps_CNAV_Ephemeris()
     d_ISCL2 = 0.0;
     d_ISCL5I = 0.0;
     d_ISCL5Q = 0.0;
+    b_l2c_phasing_flag = false;
 }
diff --git a/src/core/system_parameters/gps_cnav_navigation_message.cc b/src/core/system_parameters/gps_cnav_navigation_message.cc
index 34dd96e..3c7e93e 100644
--- a/src/core/system_parameters/gps_cnav_navigation_message.cc
+++ b/src/core/system_parameters/gps_cnav_navigation_message.cc
@@ -63,6 +63,7 @@ Gps_CNAV_Navigation_Message::Gps_CNAV_Navigation_Message()
         {
             satelliteBlock[prn_] = gnss_satellite_.what_block("GPS", prn_);
         }
+    flag_iono_valid = false;
 }
 
 void Gps_CNAV_Navigation_Message::print_gps_word_bytes(unsigned int GPS_word)

-- 
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