mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Refactoring least squares computation
This commit is contained in:
		| @@ -132,7 +132,7 @@ void Nmea_Printer::close_serial () | ||||
| } | ||||
|  | ||||
|  | ||||
| bool Nmea_Printer::Print_Nmea_Line(const std::shared_ptr<gps_l1_ca_ls_pvt>& pvt_data, bool print_average_values) | ||||
| bool Nmea_Printer::Print_Nmea_Line(const std::shared_ptr<Ls_Pvt>& pvt_data, bool print_average_values) | ||||
| { | ||||
|     std::string GPRMC; | ||||
|     std::string GPGGA; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez