GNU Radio 3.4.0 C++ API
howto_square2_ff.h File Reference
#include <gr_sync_block.h>
Include dependency graph for howto_square2_ff.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.

Function Documentation

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.