Re: [Discuss-gnuradio] message buffers

2013-06-15 Thread Josh Blum
On 06/14/2013 07:41 AM, Yogesh Dahiya wrote: > Am i getting this right > With gr.block, each block has bunch of stream ports (vector > ins,vector outs) and some message port(which we use to specify > earlier in signature and there numbering use to start after stream ports ) > > With gras.block,

Re: [Discuss-gnuradio] message buffers

2013-06-14 Thread Yogesh Dahiya
Am i getting this right With gr.block, each block has bunch of stream ports (vector ins,vector outs) and some message port(which we use to specify earlier in signature and there numbering use to start after stream ports ) With gras.block, each block has bunch of ports with bulk_data buffer and me

Re: [Discuss-gnuradio] message buffers

2013-06-13 Thread Josh Blum
On 06/14/2013 01:02 AM, Yogesh Dahiya wrote: > when taking the len of input buffer (len[0]) it shows 0 but when i am > calling pop_input_msg(0) it return the msg object ? > So an input port can have 3 types of input buffers, messages, and tags. Think of buffers as bulk data, tags are inline mes

[Discuss-gnuradio] message buffers

2013-06-13 Thread Yogesh Dahiya
when taking the len of input buffer (len[0]) it shows 0 but when i am calling pop_input_msg(0) it return the msg object ? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio