discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] get_tags_in_range


From: Martin Braun
Subject: Re: [Discuss-gnuradio] get_tags_in_range
Date: Mon, 10 Mar 2014 10:55:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 03/10/2014 01:08 AM, Nowlan, Sean wrote:
> I'm using get_tags_in_range with bounds outside the absolute sample
> offsets presented in each work function. I'm using this to add
> end-of-burst tags at offset K-1 for every start-of-burst tag that I
> find at offset K (except the very first K).
> 
> I just want to confirm that this is valid. All my tests have shown
> that it is, since I believe the underlying deque is completely
> independent of the data stream except that offsets are used for both
> absolute sample offsets and tag bookkeeping.

I think you're right, but only if you do this *after* the current
bounds, not before.

M



reply via email to

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