mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 03:14:56 +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:
|
||||
block_ = std::string("IIR-M"); // Plane A
|
||||
break;
|
||||
case 8:
|
||||
case 8: // NOLINT(bugprone-branch-clone)
|
||||
block_ = std::string("IIF"); // Plane C
|
||||
break;
|
||||
case 9:
|
||||
@ -344,7 +344,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
||||
case 18:
|
||||
block_ = std::string("III"); // Plane D
|
||||
break;
|
||||
case 19:
|
||||
case 19: // NOLINT(bugprone-branch-clone)
|
||||
block_ = std::string("IIR"); // Plane D
|
||||
break;
|
||||
case 20:
|
||||
@ -359,7 +359,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
||||
case 23:
|
||||
block_ = std::string("III"); // Plane E
|
||||
break;
|
||||
case 24:
|
||||
case 24: // NOLINT(bugprone-branch-clone)
|
||||
block_ = std::string("IIF"); // Plane A
|
||||
break;
|
||||
case 25:
|
||||
@ -507,7 +507,7 @@ std::string Gnss_Satellite::what_block(const std::string& system_, uint32_t PRN_
|
||||
case 123:
|
||||
block_ = std::string("EGNOS"); // EGNOS Operational Platform. Astra 5B
|
||||
break;
|
||||
case 131:
|
||||
case 131: // NOLINT(bugprone-branch-clone)
|
||||
block_ = std::string("WAAS"); // WAAS Eutelsat 117 West B
|
||||
break;
|
||||
case 135:
|
||||
|
Loading…
Reference in New Issue
Block a user