[Discuss-gnuradio] GRAS flow control from work function

2013-07-15 Thread devin . butterfield
Hi, I'm using gras for my application and my custom block needs to be able to do a blocking read to get data from an external source. With the standard scheduler I used a non blocking read in a polling loop with an interruptable sleep and this worked Ok. Do I need to do it this way with gras o

Re: [Discuss-gnuradio] Does GRAS support setting max noutput_items?

2013-07-15 Thread devin . butterfield
07/14/2013 02:43 PM, Devin Butterfield wrote: > Hi folks, > > I just started experimenting with GRAS and ran into this: > >>>> GRAS: The debug asserts are enabled. <<< > Created default thread pool with 4 threads. > Traceback (most recent call last): > Fil

[Discuss-gnuradio] Does GRAS support setting max noutput_items?

2013-07-14 Thread Devin Butterfield
Hi folks, I just started experimenting with GRAS and ran into this: >>> GRAS: The debug asserts are enabled. <<< Created default thread pool with 4 threads. Traceback (most recent call last): File "top_block.py", line 80, in tb.Run(True, 10) File "/opt/gnuradio/lib/python2.7/dist-package