1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00
gnss-sdr/src/algorithms
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
..
acquisition Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
channel Fix a bug that could cause a crash on receiver stopping 2020-06-27 09:52:59 +02:00
conditioner Unify criteria in target definitions, more informative names 2020-06-13 00:32:40 +02:00
data_type_adapter Sort private members in headers 2020-06-25 11:58:01 +02:00
input_filter Sort private members in headers 2020-06-26 22:07:41 +02:00
libs Sort private members in headers 2020-06-26 22:07:41 +02:00
observables Return the right item_size 2020-06-25 14:54:01 +02:00
PVT Return the right item_size 2020-06-25 14:54:01 +02:00
resampler Sort private members in headers 2020-06-25 11:58:01 +02:00
signal_generator Sort private members in headers 2020-06-25 11:58:01 +02:00
signal_source Sort private members in headers 2020-06-26 22:07:41 +02:00
telemetry_decoder Sort private members in headers 2020-06-26 22:07:41 +02:00
tracking Sort private members in headers 2020-06-26 22:07:41 +02:00
CMakeLists.txt Improve headers 2020-02-12 00:04:29 +01:00