Thursday, July 2, 2015

Re: [Discuss-gnuradio] Tag Offset Counter

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" <richard.bell4@gmail.com> 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
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

No comments:

Post a Comment