discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] porting old Gnu radio code


From: Josh Blum
Subject: Re: [Discuss-gnuradio] porting old Gnu radio code
Date: Wed, 09 Nov 2011 13:42:29 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1


On 11/09/2011 01:36 PM, Samudra Haque (SpaceQuest) wrote:
> Hello, in an archive of older GNU radio code blocks I found mention of the
> include file: gr_tag_info.h, which is part of the GNU Radio 3.4.2 C++ API.
> 
>  
> 
> Is there any modern substitute for this include file, or have the tags /
> namespace been replaced by another module in GNU Radio 3.5.0rc0 ? 
> 
>  
> 
> A partial view is the
> http://gnuradio.org/doc/doxygen/gr_tag_info_8h_source.html
> 
>  

gr_tag_info.h was replaced by gr_tags.h

Now when you use tags, you get a tag object (c++ and python) that has
members, offset, key, value, srcid. Basically, its a more object
oriented approach.

-josh



reply via email to

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