On Sat, May 31, 2014 at 12:11 PM, Mostafa Alizadeh <m.alizade...@gmail.com>
wrote:

> Hi GNURadiores,
> I was thinking about how to change dynamically the blocks connected in my
> top block when it's running!
>

What do you want to change; the block parameters, or the links connecting
the blocks (which is the flowgraph itself)?
Basically both are possible, you may need to enhance your flowgraph in
python code by hand. During execution, lock the flowgraph, modify it
accordingly, and then unlock it to proceed with the flowgraph execution.



> After a long time, I reach to this point that I may have a top block is
> running within *a block*!
>

Probably you are referring to "hierarchical block" ..?
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to