[Discuss-gnuradio] Question on tags - offsets

2015-06-18 Thread Anil Kumar Yerrapragada
Hi, A quick question on tags. I'm coding a custom block in python and my forecast function is like so: def forecast(self, noutput_items, ninput_items_required): #setup size of input_items[i] for work call for i in range(len(ninput_items_required)): ninput_items_requir

Re: [Discuss-gnuradio] Question on tags - offsets

2015-06-18 Thread Jeon
Dear Anil, Not every 64 items,but work() function is called if there are more than 64 items in the input stream (buffer). Regards, Jeon. 2015-06-19 11:51 GMT+09:00 Anil Kumar Yerrapragada : > Hi, > > A quick question on tags. > > I'm coding a custom block in python and my forecast function is l