#include <gr_sync_block.h>
#include <stddef.h>
Go to the source code of this file.
Classes | |
class | gr_skiphead |
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 More... | |
Typedefs | |
typedef boost::shared_ptr < gr_skiphead > | gr_skiphead_sptr |
Functions | |
gr_skiphead_sptr | gr_make_skiphead (size_t itemsize, size_t nitems_to_skip) |
typedef boost::shared_ptr<gr_skiphead> gr_skiphead_sptr |
gr_skiphead_sptr gr_make_skiphead | ( | size_t | itemsize, | |
size_t | nitems_to_skip | |||
) |