GNU Radio 3.7.1 C++ API
|
repeat each input repeat
times
More...
#include <repeat.h>
Public Types | |
typedef boost::shared_ptr< repeat > | sptr |
Static Public Member Functions | |
static sptr | make (size_t itemsize, int repeat) |
repeat each input repeat
times
static sptr gr::blocks::repeat::make | ( | size_t | itemsize, |
int | repeat | ||
) | [static] |
Make a repeat block.
itemsize | stream itemsize |
repeat | number of times to repeat the input |