mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Apply fixes by clang-tidy
This commit is contained in:
		| @@ -51,7 +51,7 @@ void GalileoE5aDllPllTrackingFpga::stop_tracking() | |||||||
| } | } | ||||||
|  |  | ||||||
| GalileoE5aDllPllTrackingFpga::GalileoE5aDllPllTrackingFpga( | GalileoE5aDllPllTrackingFpga::GalileoE5aDllPllTrackingFpga( | ||||||
|     ConfigurationInterface *configuration, const std::string& role, |     ConfigurationInterface *configuration, const std::string &role, | ||||||
|     unsigned int in_streams, unsigned int out_streams) : role_(role), in_streams_(in_streams), out_streams_(out_streams) |     unsigned int in_streams, unsigned int out_streams) : role_(role), in_streams_(in_streams), out_streams_(out_streams) | ||||||
| { | { | ||||||
|     //printf("creating the E5A tracking"); |     //printf("creating the E5A tracking"); | ||||||
|   | |||||||
| @@ -167,8 +167,7 @@ GpsL2MDllPllTrackingFpga::GpsL2MDllPllTrackingFpga( | |||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
| GpsL2MDllPllTrackingFpga::~GpsL2MDllPllTrackingFpga() | GpsL2MDllPllTrackingFpga::~GpsL2MDllPllTrackingFpga() = default; | ||||||
| = default; |  | ||||||
|  |  | ||||||
|  |  | ||||||
| void GpsL2MDllPllTrackingFpga::start_tracking() | void GpsL2MDllPllTrackingFpga::start_tracking() | ||||||
|   | |||||||
| @@ -52,7 +52,7 @@ void GpsL5DllPllTrackingFpga::stop_tracking() | |||||||
| } | } | ||||||
|  |  | ||||||
| GpsL5DllPllTrackingFpga::GpsL5DllPllTrackingFpga( | GpsL5DllPllTrackingFpga::GpsL5DllPllTrackingFpga( | ||||||
|     ConfigurationInterface *configuration, const std::string& role, |     ConfigurationInterface *configuration, const std::string &role, | ||||||
|     unsigned int in_streams, unsigned int out_streams) : role_(role), in_streams_(in_streams), out_streams_(out_streams) |     unsigned int in_streams, unsigned int out_streams) : role_(role), in_streams_(in_streams), out_streams_(out_streams) | ||||||
| { | { | ||||||
|     //printf("L5 TRK CLASS CREATED\n"); |     //printf("L5 TRK CLASS CREATED\n"); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez