GNU Radio 3.7.1 C++ API
gr::blocks::skiphead Class Reference

skips the first N items, from then on copies items to the output More...

#include <skiphead.h>

Inheritance diagram for gr::blocks::skiphead:

List of all members.

Public Types

typedef boost::shared_ptr
< skiphead
sptr

Static Public Member Functions

static sptr make (size_t itemsize, uint64_t nitems_to_skip)

Detailed Description

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


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::skiphead::make ( size_t  itemsize,
uint64_t  nitems_to_skip 
) [static]

The documentation for this class was generated from the following file: