Re: [Discuss-gnuradio] message queue in grc

2009-09-11 Thread Dimitris Symeonidis
That's true, thank you Josh! Dimitris Symeonidis "If you think you're too small to make a difference, try sleeping with a mosquito!" - Amnesty International On Thu, Sep 10, 2009 at 20:16, Josh Blum wrote: > In the current master, there is a message source and message sink block in > grc. And y

Re: [Discuss-gnuradio] message queue in grc

2009-09-10 Thread Eric Blossom
On Thu, Sep 10, 2009 at 12:13:21PM +0200, Dimitris Symeonidis wrote: > I have noticed that you can't add a message queue to a GRC flowgraph. Why is > that? Is the reason technical, or that no one bothered to write the .xml > file? > > And is the message queue going to be deprecated in gnuradio 3.3

Re: [Discuss-gnuradio] message queue in grc

2009-09-10 Thread Josh Blum
In the current master, there is a message source and message sink block in grc. And you can create custom blocks with ports of type "msg" and connect them! However, blocks with both a msg input AND a msg output are currently unsupported. Also, It should be noted that this functionality will li

[Discuss-gnuradio] message queue in grc

2009-09-10 Thread Dimitris Symeonidis
I have noticed that you can't add a message queue to a GRC flowgraph. Why is that? Is the reason technical, or that no one bothered to write the .xml file? And is the message queue going to be deprecated in gnuradio 3.3? Thank you Dimitris Symeonidis "If you think you're too small to make a diff