mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-05-14 13:24:11 +00:00
Adding two new Galileo satellites: FOC-FM8 and FOC-FM9
This commit is contained in:
parent
9ae59c2009
commit
29a91e66bf
@ -488,6 +488,12 @@ std::string Gnss_Satellite::what_block(const std::string& system_, unsigned int
|
|||||||
// Check http://en.wikipedia.org/wiki/List_of_Galileo_satellites
|
// Check http://en.wikipedia.org/wiki/List_of_Galileo_satellites
|
||||||
switch ( PRN_ )
|
switch ( PRN_ )
|
||||||
{
|
{
|
||||||
|
case 8:
|
||||||
|
block_ = std::string("FOC-FM8"); // Galileo Full Operational Capability (FOC) satellite FM8, launched on December 17, 2015
|
||||||
|
break;
|
||||||
|
case 9:
|
||||||
|
block_ = std::string("FOC-FM9"); // Galileo Full Operational Capability (FOC) satellite FM9, launched on December 17, 2015
|
||||||
|
break;
|
||||||
case 11 :
|
case 11 :
|
||||||
block_ = std::string("IOV-PFM"); // PFM, the ProtoFlight Model (GSAT0101), launched from French Guiana at 10:30 GMT on October 21, 2011
|
block_ = std::string("IOV-PFM"); // PFM, the ProtoFlight Model (GSAT0101), launched from French Guiana at 10:30 GMT on October 21, 2011
|
||||||
break;
|
break;
|
||||||
@ -506,15 +512,15 @@ std::string Gnss_Satellite::what_block(const std::string& system_, unsigned int
|
|||||||
case 14 :
|
case 14 :
|
||||||
block_ = std::string("FOC-FM2"); // Galileo Full Operational Capability (FOC) satellite FM2, launched into incorrect orbit on August 22, 2014.
|
block_ = std::string("FOC-FM2"); // Galileo Full Operational Capability (FOC) satellite FM2, launched into incorrect orbit on August 22, 2014.
|
||||||
break;
|
break;
|
||||||
case 26 :
|
|
||||||
block_ = std::string("FOC-FM3"); // Galileo Full Operational Capability (FOC) satellite FM3, launched on March 27, 2015.
|
|
||||||
break;
|
|
||||||
case 22 :
|
case 22 :
|
||||||
block_ = std::string("FOC-FM4"); // Galileo Full Operational Capability (FOC) satellite FM4, launched on March 27, 2015.
|
block_ = std::string("FOC-FM4"); // Galileo Full Operational Capability (FOC) satellite FM4, launched on March 27, 2015.
|
||||||
break;
|
break;
|
||||||
case 24 :
|
case 24 :
|
||||||
block_ = std::string("FOC-FM5"); // Galileo Full Operational Capability (FOC) satellite FM5, launched on Sept. 11, 2015.
|
block_ = std::string("FOC-FM5"); // Galileo Full Operational Capability (FOC) satellite FM5, launched on Sept. 11, 2015.
|
||||||
break;
|
break;
|
||||||
|
case 26 :
|
||||||
|
block_ = std::string("FOC-FM3"); // Galileo Full Operational Capability (FOC) satellite FM3, launched on March 27, 2015.
|
||||||
|
break;
|
||||||
case 30 :
|
case 30 :
|
||||||
block_ = std::string("FOC-FM6"); // Galileo Full Operational Capability (FOC) satellite FM6, launched on Sept. 11, 2015.
|
block_ = std::string("FOC-FM6"); // Galileo Full Operational Capability (FOC) satellite FM6, launched on Sept. 11, 2015.
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user