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

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

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

diff --git a/src/core/system_parameters/gps_cnav_ephemeris.cc b/src/core/system_parameters/gps_cnav_ephemeris.cc
index 6b231f0..569d698 100644
--- a/src/core/system_parameters/gps_cnav_ephemeris.cc
+++ b/src/core/system_parameters/gps_cnav_ephemeris.cc
@@ -73,4 +73,20 @@ Gps_CNAV_Ephemeris::Gps_CNAV_Ephemeris()
     d_satvel_X = 0.0;
     d_satvel_Y = 0.0;
     d_satvel_Z = 0.0;
+
+    i_URA = 0;
+    i_signal_health = 0;
+    d_Top = 0.0;
+    d_DELTA_A = 0.0;
+    d_A_DOT = 0.0;
+    d_Delta_n = 0.0;
+    d_DELTA_DOT_N = 0.0;
+    d_DELTA_OMEGA_DOT = 0.0;
+    d_URA0 = 0.0;
+    d_URA1 = 0.0;
+    d_URA2 = 0.0;
+    d_ISCL1 = 0.0;
+    d_ISCL2 = 0.0;
+    d_ISCL5I = 0.0;
+    d_ISCL5Q = 0.0;
 }

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