I am trying to implement a relatively simple block that acts as a
message-enabled timed gate. The block has one stream input, one stream
output, and one input message port for control. The block diagram is shown
here:
# #
# Signal source # > # Enable #
I am trying to implement a relatively simple block that acts as a
message-enabled timed gate. The block has one stream input, one stream
output, and one input message port for control. The block diagram is shown
here:
# #
# Signal source # > # Enable #
I have been using VS Code for debugging code according to
https://wiki.gnuradio.org/index.php/UsingVSCode. I thought I would try doing
the same thing but using the Python QA tests to start the code rather than the
flow graph Python. I can't seem to get the C++ code to break when using the QA
Apologies if this has been sent multiple times; I've been having issues
with my mailing list subscription.
I am trying to implement a relatively simple block that acts as a
message-enabled timed gate. The block has one stream input, one stream
output, and one input message port for control. The bl