GNU Radio 3.6.0 C++ API
|
#include <delay.h>
Public Types | |
typedef boost::shared_ptr< delay > | sptr |
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. |
This block delays a stream by a selectable number of items.
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.