Re: [Discuss-gnuradio] Dynamic number of message ports using nports

2013-08-05 Thread Josh Blum
On 07/29/2013 08:37 AM, macbany wrote: I'm using GnuRadio 3.6.5.1 and I wanted to create a block similar to stream-to-streams for messages. In the XML I used a variable and nports so I could specify the number of ports in the flowgraph. However, I've found that this does not work. Whenever I

Re: [Discuss-gnuradio] Dynamic number of message ports using nports

2013-08-05 Thread Eric B
So I think its sort of fundamental the the message ports cant be scaled like that because they are named and not linearly indexed. You could find a way do to it, but its a more invasive GRC change I guess. Perhaps Martin's GSoC student might consider doing this for the GRC improvements, if not

[Discuss-gnuradio] Dynamic number of message ports using nports

2013-07-29 Thread macbany
I'm using GnuRadio 3.6.5.1 and I wanted to create a block similar to stream-to-streams for messages. In the XML I used a variable and nports so I could specify the number of ports in the flowgraph. However, I've found that this does not work. Whenever I change the variable value to something