Hello,
I created a new c++ block called telemetry using gr_modtool.
Now I want to remove it but keep the other blocks I previously created.
So I did gr_modtool rm telemetry.
It did the following based upon git status:
> modified:
> examples/telemetry/__pycache__/python_telemetry_epy_block_0.cp
Hello,
I am attempting to create an OOT module called telemetry that receives
messages and does printf() when the message is received. For now.
I am modeling it after your message_debug block found in gnuradio/blocks
It was working fine till I actually created the message functions.
It compile