GNU Radio 3.7.1 C++ API
|
delay the input by a certain number of samples More...
#include <delay.h>
Public Types | |
typedef boost::shared_ptr< delay > | sptr |
Public Member Functions | |
virtual int | dly () const =0 |
virtual void | set_dly (int d)=0 |
Static Public Member Functions | |
static sptr | make (size_t itemsize, int delay) |
Make a delay block. |
delay the input by a certain number of samples
virtual int gr::blocks::delay::dly | ( | ) | const [pure virtual] |
static sptr gr::blocks::delay::make | ( | size_t | itemsize, |
int | delay | ||
) | [static] |
Make a delay block.
itemsize | size of the data items. |
delay | number of samples to delay stream. |
virtual void gr::blocks::delay::set_dly | ( | int | d | ) | [pure virtual] |