Re: [Discuss-gnuradio] Dynamic parameter modification in a custom block

2012-06-04 Thread Josh Blum
> > 2) I don't know if stream tags are in place well enough yet, nor if > they would work in the manner you require. The idea is that there's > a tag plane (sort of like a control plane) that "overlays" (or is in > parallel with) the graph (data-flow) plane, where tags can be > inserted -- a tim

Re: [Discuss-gnuradio] Dynamic parameter modification in a custom block

2012-06-04 Thread Tom Rondeau
On Mon, Jun 4, 2012 at 5:30 PM, Michael Dickens wrote: > Hi George - I believe there are 2 possible solutions, though I've never used > or tested either myself.  If you just want to verify that what you want to do > works, I think (1) should be quite straight forward. > > 1) This method will cer

Re: [Discuss-gnuradio] Dynamic parameter modification in a custom block

2012-06-04 Thread George Sklivanitis
Thank you so much for the response Michael. I will try to figure out what's going on with both ways and I will post updates to the list too. Thanks, George On Mon, Jun 4, 2012 at 2:30 PM, Michael Dickens wrote: > Hi George - I believe there are 2 possible solutions, though I've never > used or

Re: [Discuss-gnuradio] Dynamic parameter modification in a custom block

2012-06-04 Thread Michael Dickens
Hi George - I believe there are 2 possible solutions, though I've never used or tested either myself. If you just want to verify that what you want to do works, I think (1) should be quite straight forward. 1) This method will certainly work, but it's not very robust : Make your "custom_block2

[Discuss-gnuradio] Dynamic parameter modification in a custom block

2012-06-04 Thread George Sklivanitis
Hello all, I am dealing with the problem of finding a way to dynamically give values to a parameter of a custom block that I 've made in gnuradio by the output of another custom block. The solution of function probe that I have found in previous conversations in the forum does not fit me as the va