discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: George Edwards
Subject: How to read Tag value in C++ OOT module?
Date: Thu, 6 Aug 2020 12:03:15 -0600

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]