discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Tag Offset Counter


From: Jawad Seddar
Subject: Re: [Discuss-gnuradio] Tag Offset Counter
Date: Fri, 3 Jul 2015 07:31:54 +0200

Maybe something like this?
for(int i=0;i<noutput_items;i++){
current_item = nitems_read() + i;
}

Le 3 juil. 2015 12:17 AM, "Richard Bell" <address@hidden> a écrit :
Is there a way to access the counter used to give tag offsets for debug purposes without using tags? I'd like to be able to print item number when I'm not using tags.

Rich

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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