mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-03-04 10:38:17 +00:00
clang-tiday fix
Signed-off-by: joebre <joel.brenner@saphyrion.ch>
This commit is contained in:
parent
4b2e5661cf
commit
b82332cd33
@ -558,7 +558,7 @@ bool Gps_Navigation_Message::satellite_validation()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool Gps_Navigation_Message::almanac_validation()
|
bool Gps_Navigation_Message::almanac_validation() const
|
||||||
{
|
{
|
||||||
return flag_almanac_valid && (i_WN_A > 0);
|
return flag_almanac_valid && (i_WN_A > 0);
|
||||||
}
|
}
|
||||||
|
@ -139,7 +139,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool satellite_validation();
|
bool satellite_validation();
|
||||||
bool almanac_validation();
|
bool almanac_validation() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
uint64_t read_navigation_unsigned(const std::bitset<GPS_SUBFRAME_BITS>& bits, const std::vector<std::pair<int32_t, int32_t>>& parameter) const;
|
uint64_t read_navigation_unsigned(const std::bitset<GPS_SUBFRAME_BITS>& bits, const std::vector<std::pair<int32_t, int32_t>>& parameter) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user