gr-baz Package
|
square2 a stream of floats. More...
#include <baz_auto_ber_bf.h>
Public Member Functions | |
~baz_auto_ber_bf () | |
int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Friends | |
BAZ_API baz_auto_ber_bf_sptr | baz_make_auto_ber_bf (int degree, int sync_bits, int sync_decim) |
Return a shared_ptr to a new instance of baz_auto_ber_bf. More... | |
square2 a stream of floats.
This uses the preferred technique: subclassing gr::sync_block.
baz_auto_ber_bf::~baz_auto_ber_bf | ( | ) |
int baz_auto_ber_bf::work | ( | int | noutput_items, |
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) |
|
friend |
Return a shared_ptr to a new instance of baz_auto_ber_bf.
To avoid accidental use of raw pointers, baz_auto_ber_bf's constructor is private. howto_make_square2_ff is the public interface for creating new instances.