mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Update GPS satellite blocks
This commit is contained in:
parent
029782bde1
commit
4877ffff80
@ -303,7 +303,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
||||
block_ = std::string("IIF"); // Plane E
|
||||
break;
|
||||
case 4:
|
||||
block_ = std::string("Unknown");
|
||||
block_ = std::string("III"); // Plane A
|
||||
break;
|
||||
case 5:
|
||||
block_ = std::string("IIR-M"); // Plane E
|
||||
@ -333,7 +333,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
||||
block_ = std::string("IIR"); // Plane F
|
||||
break;
|
||||
case 14:
|
||||
block_ = std::string("IIR"); // Plane F
|
||||
block_ = std::string("Decommissioned"); // Plane F
|
||||
break;
|
||||
case 15:
|
||||
block_ = std::string("IIR-M"); // Plane F
|
||||
@ -345,7 +345,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
||||
block_ = std::string("IIR-M"); // Plane C
|
||||
break;
|
||||
case 18:
|
||||
block_ = std::string("IIR"); // Plane E
|
||||
block_ = std::string("III"); // Plane D
|
||||
break;
|
||||
case 19:
|
||||
block_ = std::string("IIR"); // Plane D
|
||||
@ -360,7 +360,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
||||
block_ = std::string("IIR"); // Plane E
|
||||
break;
|
||||
case 23:
|
||||
block_ = std::string("IIR"); // Plane F
|
||||
block_ = std::string("III"); // Plane E
|
||||
break;
|
||||
case 24:
|
||||
block_ = std::string("IIF"); // Plane A
|
||||
|
Loading…
Reference in New Issue
Block a user