GNU Radio 3.6.0 C++ API
gnuradio::extras::delay Class Reference

#include <delay.h>

Inheritance diagram for gnuradio::extras::delay:
gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

List of all members.

Public Types

typedef boost::shared_ptr< delaysptr

Public Member Functions

virtual void set_delay (const int nitems)=0
 Change the number of items worth of delay.

Static Public Member Functions

static sptr make (const size_t itemsize)
 Make a new delay block.

Detailed Description

This block delays a stream by a selectable number of items.


Member Typedef Documentation


Member Function Documentation

static sptr gnuradio::extras::delay::make ( const size_t  itemsize) [static]

Make a new delay block.

virtual void gnuradio::extras::delay::set_delay ( const int  nitems) [pure virtual]

Change the number of items worth of delay.


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