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" <[email protected]> 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 > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > >
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
