Hi all!

I need to give the user the option to pass a boolean parameter when
executing my script from command line, something like '--split-image=True',
where split_image is a parameter of a block. What is the way to do that
from gnuradio without needing to translate inside my code the 'True' string
to the boolean True? The 'parameter' block in gnuradio does not support
boolean type as i saw...

Thank you!
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to