GNU Radio 3.5.3.2 C++ API
|
#include <gr_block.h>
Go to the source code of this file.
Classes | |
class | howto_square_ff |
square a stream of floats. More... | |
Functions | |
howto_square_ff_sptr | howto_make_square_ff () |
Return a shared_ptr to a new instance of howto_square_ff. |
howto_square_ff_sptr howto_make_square_ff | ( | ) |
Return a shared_ptr to a new instance of howto_square_ff.
To avoid accidental use of raw pointers, howto_square_ff's constructor is private. howto_make_square_ff is the public interface for creating new instances.