discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] remove_item_tag()


From: Martin Braun
Subject: Re: [Discuss-gnuradio] remove_item_tag()
Date: Wed, 14 Sep 2016 13:16:46 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

You shouldn't use this at all. If you want to modify tags in your block,
you set the tag propagation policy to "none", and then simply write the
updated tag value to the output.

Cheers,
M

On 09/14/2016 11:34 AM, devin kelly wrote:
> Hello,
> 
> I'm interested in editing stream tags.  So far my approach is to read
> the tag I'm interested in, copy the value, remove the tag, edit the tag
> value and then add the new tag with add_item_tag.
> 
> In looking at the GR documentation, the function remove_item_tag says
> that the function will be deprecated as of GR 3.8.  What will replace
> this function, or what should my GR 3.8 approach be?
> 
> Thanks,
> Devin
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]