1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00
gnss-sdr/src/core
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
..
interfaces Indicate that the property method of configuration is a getter 2020-06-23 11:05:31 +02:00
libs Sort private members in headers 2020-06-27 09:25:04 +02:00
monitor Fix ENABLE_CLANG_TIDY option 2020-06-14 13:00:36 +02:00
receiver Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
system_parameters Sort data members in headers 2020-06-24 22:27:51 +02:00
CMakeLists.txt Improve headers 2020-02-12 00:04:29 +01:00