[hamradio-commits] [gnss-sdr] 125/303: Fix reference to ICD

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:35:54 UTC 2017


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 9a6dfc65d73cbefd2e027417181d881e0dde961d
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sat Oct 29 17:21:13 2016 +0200

    Fix reference to ICD
---
 src/core/system_parameters/gps_cnav_ephemeris.h          |  4 ++--
 src/core/system_parameters/gps_cnav_iono.h               |  4 ++--
 src/core/system_parameters/gps_cnav_navigation_message.h |  4 ++--
 src/core/system_parameters/gps_cnav_utc_model.h          | 10 +++++-----
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/core/system_parameters/gps_cnav_ephemeris.h b/src/core/system_parameters/gps_cnav_ephemeris.h
index 8cf710f..fabd211 100644
--- a/src/core/system_parameters/gps_cnav_ephemeris.h
+++ b/src/core/system_parameters/gps_cnav_ephemeris.h
@@ -37,9 +37,9 @@
 
 
 /*!
- * \brief This class is a storage and orbital model functions for the GPS SV ephemeris data as described in IS-GPS-200E
+ * \brief This class is a storage and orbital model functions for the GPS SV ephemeris data as described in IS-GPS-200H
  *
- * See http://www.gps.gov/technical/icwg/IS-GPS-200E.pdf Appendix II
+ * See http://www.gps.gov/technical/icwg/IS-GPS-200H.pdf Appendix III
  */
 class Gps_CNAV_Ephemeris
 {
diff --git a/src/core/system_parameters/gps_cnav_iono.h b/src/core/system_parameters/gps_cnav_iono.h
index a833776..67c1757 100644
--- a/src/core/system_parameters/gps_cnav_iono.h
+++ b/src/core/system_parameters/gps_cnav_iono.h
@@ -38,9 +38,9 @@
 
 
 /*!
- * \brief This class is a storage for the GPS IONOSPHERIC data as described in IS-GPS-200E
+ * \brief This class is a storage for the GPS IONOSPHERIC data as described in IS-GPS-200H
  *
- * See http://www.gps.gov/technical/icwg/IS-GPS-200E.pdf Appendix II
+ * See http://www.gps.gov/technical/icwg/IS-GPS-200H.pdf Appendix III
  */
 class Gps_CNAV_Iono
 {
diff --git a/src/core/system_parameters/gps_cnav_navigation_message.h b/src/core/system_parameters/gps_cnav_navigation_message.h
index 31c2c99..0fe7112 100644
--- a/src/core/system_parameters/gps_cnav_navigation_message.h
+++ b/src/core/system_parameters/gps_cnav_navigation_message.h
@@ -48,9 +48,9 @@
 
 
 /*!
- * \brief This class decodes a GPS CNAV Data message as described in IS-GPS-200E
+ * \brief This class decodes a GPS CNAV Data message as described in IS-GPS-200H
  *
- * See http://www.gps.gov/technical/icwg/IS-GPS-200E.pdf Appendix II
+ * See http://www.gps.gov/technical/icwg/IS-GPS-200H.pdf Appendix III
  */
 class Gps_CNAV_Navigation_Message
 {
diff --git a/src/core/system_parameters/gps_cnav_utc_model.h b/src/core/system_parameters/gps_cnav_utc_model.h
index dade115..80ff61e 100644
--- a/src/core/system_parameters/gps_cnav_utc_model.h
+++ b/src/core/system_parameters/gps_cnav_utc_model.h
@@ -37,18 +37,18 @@
 
 
 /*!
- * \brief This class is a storage for the GPS UTC MODEL data as described in IS-GPS-200E
+ * \brief This class is a storage for the GPS UTC MODEL data as described in in IS-GPS-200H
  *
- * See http://www.gps.gov/technical/icwg/IS-GPS-200E.pdf Appendix II
+ * See http://www.gps.gov/technical/icwg/IS-GPS-200H.pdf Appendix III
  */
 class Gps_CNAV_Utc_Model
 {
 public:
     bool valid;
     // UTC parameters
-    double d_A1;          //!< 1st order term of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200E) [s/s]
-    double d_A0;          //!< Constant of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200E) [s]
-    double d_t_OT;        //!< Reference time for UTC data (reference 20.3.4.5 and 20.3.3.5.2.4 IS-GPS-200E) [s]
+    double d_A1;          //!< 1st order term of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200H) [s/s]
+    double d_A0;          //!< Constant of a model that relates GPS and UTC time (ref. 20.3.3.5.2.4 IS-GPS-200H) [s]
+    double d_t_OT;        //!< Reference time for UTC data (reference 20.3.4.5 and 20.3.3.5.2.4 IS-GPS-200H) [s]
     int i_WN_T;           //!< UTC reference week number [weeks]
     double d_DeltaT_LS;   //!< delta time due to leap seconds [s]. Number of leap seconds since 6-Jan-1980 as transmitted by the GPS almanac.
     int i_WN_LSF;         //!< Week number at the end of which the leap second becomes effective [weeks]

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