Re: [Discuss-gnuradio] skiphead block with reset

2014-10-28 Thread Martin Braun
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

Re: [Discuss-gnuradio] skiphead block with reset

2014-10-28 Thread Michael Berman
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

[Discuss-gnuradio] skiphead block with reset

2014-10-28 Thread Anderson, Douglas J.
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 trond...@vt.edu Date: Thu Jul

Re: [Discuss-gnuradio] skiphead block with reset

2014-10-28 Thread Anderson, Douglas J.
] 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 items