gnss-sdr/src/algorithms/acquisition/adapters
Carles Fernandez c784dfe125
Fix a bug that could cause a crash on receiver stopping
If a channel event was happening after flowgraph stop and before flowgraph disconnection, it caused a crash. This was avoided by sleeping the control thread during 500 ms after disconnection and before the block destructors were called, so the event could be processed, but this was not a robust solution.
2020-06-27 09:52:59 +02:00
..
CMakeLists.txt Redesign of pointer management 2020-06-18 11:49:28 +02:00
beidou_b1i_pcps_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
beidou_b1i_pcps_acquisition.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
beidou_b3i_pcps_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
beidou_b3i_pcps_acquisition.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
galileo_e1_pcps_8ms_ambiguous_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
galileo_e1_pcps_8ms_ambiguous_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e1_pcps_ambiguous_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
galileo_e1_pcps_ambiguous_acquisition.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
galileo_e1_pcps_ambiguous_acquisition_fpga.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
galileo_e1_pcps_ambiguous_acquisition_fpga.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
galileo_e1_pcps_cccwsr_ambiguous_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
galileo_e1_pcps_cccwsr_ambiguous_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e1_pcps_quicksync_ambiguous_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
galileo_e1_pcps_quicksync_ambiguous_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e1_pcps_tong_ambiguous_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
galileo_e1_pcps_tong_ambiguous_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e5a_noncoherent_iq_acquisition_caf.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
galileo_e5a_noncoherent_iq_acquisition_caf.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
galileo_e5a_pcps_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
galileo_e5a_pcps_acquisition.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
galileo_e5a_pcps_acquisition_fpga.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
galileo_e5a_pcps_acquisition_fpga.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
glonass_l1_ca_pcps_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
glonass_l1_ca_pcps_acquisition.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
glonass_l2_ca_pcps_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
glonass_l2_ca_pcps_acquisition.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
gps_l1_ca_pcps_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
gps_l1_ca_pcps_acquisition.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
gps_l1_ca_pcps_acquisition_fine_doppler.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
gps_l1_ca_pcps_acquisition_fine_doppler.h Add compatibility with the new GNU Radio 3.9 API that uses C++11 standard smart pointers instead of Boost smart pointers 2020-04-02 23:59:35 +02:00
gps_l1_ca_pcps_acquisition_fpga.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
gps_l1_ca_pcps_acquisition_fpga.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
gps_l1_ca_pcps_assisted_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
gps_l1_ca_pcps_assisted_acquisition.h Make use of std::span when available 2020-05-07 21:47:45 +02:00
gps_l1_ca_pcps_opencl_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
gps_l1_ca_pcps_opencl_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
gps_l1_ca_pcps_quicksync_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
gps_l1_ca_pcps_quicksync_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
gps_l1_ca_pcps_tong_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
gps_l1_ca_pcps_tong_acquisition.h Remove trailing underscore in header guards 2020-02-08 10:10:46 +01:00
gps_l2_m_pcps_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
gps_l2_m_pcps_acquisition.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
gps_l2_m_pcps_acquisition_fpga.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
gps_l2_m_pcps_acquisition_fpga.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
gps_l5i_pcps_acquisition.cc Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
gps_l5i_pcps_acquisition.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00
gps_l5i_pcps_acquisition_fpga.cc Redesign of pointer management 2020-06-18 11:49:28 +02:00
gps_l5i_pcps_acquisition_fpga.h Add debug internal logging for destructors. Sort destructor order 2020-06-25 02:50:07 +02:00