|
GNU Radio C++ API
|

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_API howto_square2_ff_sptr | howto_make_square2_ff () |
| Return a shared_ptr to a new instance of howto_square2_ff. | |
| HOWTO_API 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.