Porting old Gnu radio code

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

Thanks!

On 11/09/2011 01:36 PM, Samudra Haque (SpaceQuest) wrote:

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