mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Fix building of OpenCL block
This commit is contained in:
		| @@ -88,7 +88,7 @@ GpsL1CaPcpsOpenClAcquisition::GpsL1CaPcpsOpenClAcquisition( | ||||
|             item_size_ = sizeof(gr_complex); | ||||
|             acquisition_cc_ = pcps_make_opencl_acquisition_cc(sampled_ms_, max_dwells_, | ||||
|                 doppler_max_, fs_in_, code_length_, code_length_, | ||||
|                 bit_transition_flag_, dump_, dump_filename_); | ||||
|                 bit_transition_flag_, dump_, dump_filename_, false); | ||||
|  | ||||
|             stream_to_vector_ = gr::blocks::stream_to_vector::make(item_size_, vector_length_); | ||||
|  | ||||
|   | ||||
| @@ -43,6 +43,7 @@ | ||||
| #define CL_SILENCE_DEPRECATION | ||||
| #include "channel_fsm.h" | ||||
| #include "gnss_synchro.h" | ||||
| #include "gnss_block_interface.h" | ||||
| #include "opencl/fft_internal.h" | ||||
| #include <gnuradio/block.h> | ||||
| #include <gnuradio/fft/fft.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez