mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-07 14:40:12 +00:00
Silence clang-tidy check
This commit is contained in:
parent
dd60bcf986
commit
38a7db4740
@ -311,7 +311,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
|||||||
case 7:
|
case 7:
|
||||||
block_ = std::string("IIR-M"); // Plane A
|
block_ = std::string("IIR-M"); // Plane A
|
||||||
break;
|
break;
|
||||||
case 8:
|
case 8: // NOLINT(bugprone-branch-clone)
|
||||||
block_ = std::string("IIF"); // Plane C
|
block_ = std::string("IIF"); // Plane C
|
||||||
break;
|
break;
|
||||||
case 9:
|
case 9:
|
||||||
@ -344,7 +344,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
|||||||
case 18:
|
case 18:
|
||||||
block_ = std::string("III"); // Plane D
|
block_ = std::string("III"); // Plane D
|
||||||
break;
|
break;
|
||||||
case 19:
|
case 19: // NOLINT(bugprone-branch-clone)
|
||||||
block_ = std::string("IIR"); // Plane D
|
block_ = std::string("IIR"); // Plane D
|
||||||
break;
|
break;
|
||||||
case 20:
|
case 20:
|
||||||
@ -359,7 +359,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
|||||||
case 23:
|
case 23:
|
||||||
block_ = std::string("III"); // Plane E
|
block_ = std::string("III"); // Plane E
|
||||||
break;
|
break;
|
||||||
case 24:
|
case 24: // NOLINT(bugprone-branch-clone)
|
||||||
block_ = std::string("IIF"); // Plane A
|
block_ = std::string("IIF"); // Plane A
|
||||||
break;
|
break;
|
||||||
case 25:
|
case 25:
|
||||||
@ -507,7 +507,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
|||||||
case 123:
|
case 123:
|
||||||
block_ = std::string("EGNOS"); // EGNOS Operational Platform. Astra 5B
|
block_ = std::string("EGNOS"); // EGNOS Operational Platform. Astra 5B
|
||||||
break;
|
break;
|
||||||
case 131:
|
case 131: // NOLINT(bugprone-branch-clone)
|
||||||
block_ = std::string("WAAS"); // WAAS Eutelsat 117 West B
|
block_ = std::string("WAAS"); // WAAS Eutelsat 117 West B
|
||||||
break;
|
break;
|
||||||
case 135:
|
case 135:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user