gr-baz Package
|
delay the input by a certain number of samples More...
#include <baz_delay.h>
Public Member Functions | |
int | delay () const |
void | set_delay (int delay) |
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Friends | |
BAZ_API baz_delay_sptr | baz_make_delay (size_t itemsize, int delay) |
delay the input by a certain number of samples
|
inline |
void baz_delay::forecast | ( | int | noutput_items, |
gr_vector_int & | ninput_items_required | ||
) |
int baz_delay::general_work | ( | int | noutput_items, |
gr_vector_int & | ninput_items, | ||
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) |
void baz_delay::set_delay | ( | int | delay | ) |
|
friend |