mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	minor modifications to the Galileo E5a and GPS L5 acquisition adapters. Now the acquisition opens and closes the acquisition HW device every time an acquisition is done, to prevent the acquisition interrupt from interrupting all the acquisition processes at the same time.
This commit is contained in:
		| @@ -116,6 +116,8 @@ public: | ||||
|     void configure_acquisition(void); | ||||
|  | ||||
|     //void configure_acquisition_debug(void); | ||||
|     void close_device(); | ||||
|     void open_device(); | ||||
|  | ||||
| private: | ||||
|     int64_t d_fs_in; | ||||
| @@ -136,8 +138,8 @@ private: | ||||
|     void fpga_acquisition_test_register(void); | ||||
|     void fpga_configure_acquisition_local_code(lv_16sc_t fft_local_code[]); | ||||
|     //void configure_acquisition(); | ||||
|     void close_device(); | ||||
|     void open_device(); | ||||
| //    void close_device(); | ||||
| //    void open_device(); | ||||
|     void read_result_valid(uint32_t *result_valid); | ||||
|  | ||||
|     // test parameters | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Marc Majoral
					Marc Majoral