GNU Radio 3.5.1 C++ API
|
#include <gr_sync_block.h>
Go to the source code of this file.
Classes | |
class | howto_square2_ff |
square2 a stream of floats.This uses the preferred technique: subclassing gr_sync_block. More... | |
Functions | |
howto_square2_ff_sptr | howto_make_square2_ff () |
Return a shared_ptr to a new instance of howto_square2_ff. |
howto_square2_ff_sptr howto_make_square2_ff | ( | ) |
Return a shared_ptr to a new instance of howto_square2_ff.
To avoid accidental use of raw pointers, howto_square2_ff's constructor is private. howto_make_square2_ff is the public interface for creating new instances.