Re: [Discuss-gnuradio] Using the GRUEL msg_queue

2013-05-07 Thread Tom Rondeau
On Tue, Apr 23, 2013 at 9:14 PM, Tommy Tracy II wrote: > More information on this. > > I checked the build directory to see if the gruel/msg_queue had built. > cd ~/src/gnuradio/build/gruel/src/lib/msg > ls > **nothing** > I then GREPd my python/gruel directory and couldn't find any msg_queue > ei

Re: [Discuss-gnuradio] Using the GRUEL msg_queue

2013-04-23 Thread Tommy Tracy II
More information on this. I checked the build directory to see if the gruel/msg_queue had built. cd ~/src/gnuradio/build/gruel/src/lib/msg ls **nothing** I then GREPd my python/gruel directory and couldn't find any msg_queue either. This leads me to believe that gruel/msg_queue wasnt installed.

[Discuss-gnuradio] Using the GRUEL msg_queue

2013-04-23 Thread Tommy Tracy II
Dear GNU Radio, I am looking to use the GRUEL msg_queue for passing messages (of PMT type) from block to block in python. I can use the old gr.msg_queue as shown below: from gnuradio import gr message_queue = gr.msg_queue() How would I use a GRUEL message queue? Anyone have any documentation o