[hamradio-commits] [gnss-sdr] 172/303: Add four new Galileo satellites: FM7, FM12, FM13, FM14

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:35:58 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 e5000e4dca735542f1bfcdf64703b93296960346
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Wed Nov 30 22:30:13 2016 +0100

    Add four new Galileo satellites: FM7, FM12, FM13, FM14
    
    launched by Ariane 5ES on Nov. 17, 2016
---
 src/core/system_parameters/gnss_satellite.cc | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/core/system_parameters/gnss_satellite.cc b/src/core/system_parameters/gnss_satellite.cc
index bc3a780..c56bbe5 100644
--- a/src/core/system_parameters/gnss_satellite.cc
+++ b/src/core/system_parameters/gnss_satellite.cc
@@ -497,6 +497,18 @@ std::string Gnss_Satellite::what_block(const std::string& system_, unsigned int
             case 2:
                 block_ = std::string("FOC-FM11"); // Galileo Full Operational Capability (FOC) satellite FM11 / GSAT-0211, launched on May 24, 2016
                 break;
+            case 3:
+                block_ = std::string("FOC-FM12"); // Galileo Full Operational Capability (FOC) satellite FM12 / GSAT-0212, launched on November 17, 2016
+                break;
+            case 4:
+                block_ = std::string("FOC-FM13"); // Galileo Full Operational Capability (FOC) satellite FM13 / GSAT-0213, launched on November 17, 2016
+                break;
+            case 5:
+                block_ = std::string("FOC-FM14"); // Galileo Full Operational Capability (FOC) satellite FM14 / GSAT-0214, launched on November 17, 2016
+                break;
+            case 7:
+                block_ = std::string("FOC-FM7"); // Galileo Full Operational Capability (FOC) satellite FM7 / GSAT-0207, launched on November 17, 2016
+                break;
             case 8:
                 block_ = std::string("FOC-FM8"); // Galileo Full Operational Capability (FOC) satellite FM8 / GSAT0208, launched on December 17, 2015
                 break;

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