iscuss-gnuradio] skiphead block with reset
Taking a quick look at a branch of that hash tag, the Reset function simply
sets d_nitems = 0. There are 4 helper functions within the Skip Head block of
old that are not in the current one; namely setting the number of items to
skip, checking how many
Hi all,
I was looking into the possibility of adding a reset ability (ala the head
block) to skiphead.
In my search to find out if it had already been done, I came up with this
commit message:
commit 9aabbe0601919c9fecd46e4e418e5c94183fca45
Author: Tom Rondeau
Date: Thu Jul 5 22:01:45 2012
Taking a quick look at a branch of that hash tag, the Reset function simply
sets d_nitems = 0. There are 4 helper functions within the Skip Head block
of old that are not in the current one; namely setting the number of items
to skip, checking how many items are to be skipped, checking how many it
Doug,
that commit is in master. Note that it's old, and committed *before* the
3.7 API change, so the changes are moved to the corresponding new block
in gr-blocks.
M
On 10/28/2014 06:54 PM, Anderson, Douglas J. wrote:
> Hi all,
>
> I was looking into the possibility of adding a reset ability (