[hamradio-commits] [gnss-sdr] 41/251: fixing includes

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Sep 2 00:22:34 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 734645e65327d06ccdf7c17fd7e37dc168e4ede4
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Thu May 7 22:26:31 2015 +0200

    fixing includes
---
 src/core/system_parameters/GPS_L2C.h | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/src/core/system_parameters/GPS_L2C.h b/src/core/system_parameters/GPS_L2C.h
index 3b08df3..e0c0754 100644
--- a/src/core/system_parameters/GPS_L2C.h
+++ b/src/core/system_parameters/GPS_L2C.h
@@ -1,6 +1,6 @@
 /*!
  * \file GPS_L2C.h
- * \brief  Defines system parameters for GPS L1 C/A signal and NAV data
+ * \brief  Defines system parameters for GPS L2C signal
  * \author Javier Arribas, 2015. jarribas(at)cttc.es
  *
  * -------------------------------------------------------------------------
@@ -32,23 +32,19 @@
 #ifndef GNSS_SDR_GPS_L2C_H_
 #define GNSS_SDR_GPS_L2C_H_
 
-#include <complex>
-#include <vector>
-#include <utility> // std::pair
-#include <gnss_satellite.h>
-#include "MATH_CONSTANTS.h"
+#include <stdint.h>
 
 
 // carrier and code frequencies
-const double GPS_L2_FREQ_HZ              = 1.2276e9; //!< L2 [Hz]
+const double GPS_L2_FREQ_HZ = 1.2276e9;          //!< L2 [Hz]
 
-const double GPS_L2_M_CODE_RATE_HZ      = 0.5115e6;   //!< GPS L2 M code rate [chips/s]
+const double GPS_L2_M_CODE_RATE_HZ = 0.5115e6;   //!< GPS L2 M code rate [chips/s]
 const int GPS_L2_M_CODE_LENGTH_CHIPS = 10230;    //!< GPS L2 M code length [chips]
-const double GPS_L2_M_PERIOD       = 0.02;     //!< GPS L2 M code period [seconds]
+const double GPS_L2_M_PERIOD = 0.02;             //!< GPS L2 M code period [seconds]
 
-const double GPS_L2_L_CODE_RATE_HZ      = 0.5115e6;   //!< GPS L2 L code rate [chips/s]
-const int GPS_L2_L_CODE_LENGTH_CHIPS = 767250;    //!< GPS L2 L code length [chips]
-const double GPS_L2_L_PERIOD       = 1.5;     //!< GPS L2 L code period [seconds]
+const double GPS_L2_L_CODE_RATE_HZ = 0.5115e6;   //!< GPS L2 L code rate [chips/s]
+const int GPS_L2_L_CODE_LENGTH_CHIPS = 767250;   //!< GPS L2 L code length [chips]
+const double GPS_L2_L_PERIOD = 1.5;              //!< GPS L2 L code period [seconds]
 
 
 const int32_t GPS_L2C_M_INIT_REG[115] =

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