discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: How to read Tag value in C++ OOT module?


From: Marcus Müller
Subject: Re: How to read Tag value in C++ OOT module?
Date: Thu, 6 Aug 2020 20:35:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi George,

https://wiki.gnuradio.org/index.php/Guided_Tutorial_Programming_Topics#Stream_Tags

The section further down where they start discussing "get_tags_in_range"
and so on.

Best regards,

Marcus


On 06.08.20 20:03, George Edwards wrote:
> Hello,
>
> I wrote an OOT Tag Stream module in C++. My Tag Key is "packet_len". In my
> grc model, a Gnuradio "Stream to Tag Stream" block provides the input to my
> Tag Stream block. The Gnuradio Stream to Tag Stream block is assigned a Tag
> Key "packet_len" and packet length of 100. How can write the C++ OOT module
> to read the packet length coming in which is100. My module needs this value
> for signal processing and I do not want it hard coded, so I can change
> packet length dynamically? I will appreciate any help you can provide.
> Thank you! George
>



reply via email to

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