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