Thank you Marcus I'll give it a try :)
Στις 18 Ιουλ 2017 12:05 μ.μ., ο χρήστης "Marcus Müller"
έγραψε:
> Hi George,
>
> you could go into gnuradio/grc/blocks, change parameter.xml to have
>
>
> Boolean
> bool
> type
Hi George,
you could go into gnuradio/grc/blocks, change parameter.xml to have
Boolean
bool
type:bool
and then change grc/core/generator/flow_graph.tmpl and in the
#for $param in $param
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' strin