mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	| @@ -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); | ||||
| } | ||||
|   | ||||
| @@ -139,7 +139,7 @@ public: | ||||
|     } | ||||
|  | ||||
|     bool satellite_validation(); | ||||
|     bool almanac_validation(); | ||||
|     bool almanac_validation() const; | ||||
|  | ||||
| private: | ||||
|     uint64_t read_navigation_unsigned(const std::bitset<GPS_SUBFRAME_BITS>& bits, const std::vector<std::pair<int32_t, int32_t>>& parameter) const; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 joebre
					joebre