Add a method to stop the flowgraph from gnuradio modules
An open source software-defined GNSS receiver
Brought to you by:
carlesfernandez
A developer requested a method to eventually stop the flowgraph (and thus, terminate the program conveniently) from the tracking gnuradio block, in case of an unrecoverable failure (e.g. TCP connection with an external resource disconnected..).
This method was available in the very first versions of GNSS-SDR, using a message queue. Now it is time to bring it back!
It should be based on an asynchronous message queue, and should be available by default for any gnuradio block (acquisition, tracking, telemetry, etc...)
Any brave developer to write this feature?