|
GNU Radio 3.7.1 C++ API
|
skips the first N items, from then on copies items to the output More...
#include <skiphead.h>

Public Types | |
| typedef boost::shared_ptr < skiphead > | sptr |
Static Public Member Functions | |
| static sptr | make (size_t itemsize, uint64_t nitems_to_skip) |
skips the first N items, from then on copies items to the output
Useful for building test cases and sources which have metadata or junk at the start
| static sptr gr::blocks::skiphead::make | ( | size_t | itemsize, |
| uint64_t | nitems_to_skip | ||
| ) | [static] |