1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00
gnss-sdr/src/algorithms/acquisition
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
..
adapters Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
gnuradio_blocks Sort private members in headers 2020-06-26 18:37:31 +02:00
libs Improve headers, large data members first. Improve nav message interfaces 2020-06-23 09:47:58 +02:00
CMakeLists.txt Improve headers 2020-02-12 00:04:29 +01:00