gr-baz Package
|
square2 a stream of floats. More...
#include <baz_sweep.h>
Public Member Functions | |
~baz_sweep () | |
void | sweep (float freq, float rate=-1.0f, bool is_duration=false, bool block=false) |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Friends | |
BAZ_API baz_sweep_sptr | baz_make_sweep (float samp_rate, float sweep_rate, bool is_duration) |
Return a shared_ptr to a new instance of baz_sweep. More... | |
square2 a stream of floats.
This uses the preferred technique: subclassing gr::sync_block.
baz_sweep::~baz_sweep | ( | ) |
void baz_sweep::sweep | ( | float | freq, |
float | rate = -1.0f , |
||
bool | is_duration = false , |
||
bool | block = false |
||
) |
int baz_sweep::work | ( | int | noutput_items, |
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) |
|
friend |