On Tue, Feb 26, 2008 at 12:02:31PM -0500, Kshitij Kumar Singh wrote:
>
>
> > I think you are misunderstanding how gr.message_sink works. Since
> > it's possible to set the item size small (e.g., gr.sizeof_float), it
> > returns as many samples as it can in a message. It does however
> > provide
> I think you are misunderstanding how gr.message_sink works. Since
> it's possible to set the item size small (e.g., gr.sizeof_float), it
> returns as many samples as it can in a message. It does however
> provide you information about what it did in the arg1 and arg2 field.
>
> // build a
On Tue, Feb 26, 2008 at 10:12:44AM -0500, Kshitij Kumar Singh wrote:
> I am having a little problem working with messages. I want to transmit
> an entire binary file using messages over and over again. Eg., msg1
> transmits file x, msg2 again transmits file x
> and so forth. My problem is that I'm
I am having a little problem working with messages. I want to transmit
an entire binary file using messages over and over again. Eg., msg1
transmits file x, msg2 again transmits file x
and so forth. My problem is that I'm unable to find a way to loop over
the file again and again. I tried using tx_