mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into tracking_debug
This commit is contained in:
		| @@ -216,7 +216,7 @@ MultichannelFileSignalSource::MultichannelFileSignalSource(ConfigurationInterfac | ||||
|     DLOG(INFO) << "Total number samples to be processed= " << samples_ << " GNSS signal duration= " << signal_duration_s << " [s]"; | ||||
|     std::cout << "GNSS signal recorded time to be processed: " << signal_duration_s << " [s]" << std::endl; | ||||
|  | ||||
|     valve_ = gnss_sdr_make_valve(item_size_, samples_ * n_channels_, queue_); | ||||
|     valve_ = gnss_sdr_make_valve(item_size_, samples_, queue_); | ||||
|     DLOG(INFO) << "valve(" << valve_->unique_id() << ")"; | ||||
|  | ||||
|     if (enable_throttle_control_) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Javier
					Javier