GNU Radio's MAC Package
|
<+description of block+> More...
#include <square_ff.h>
Public Types | |
typedef boost::shared_ptr< square_ff > | sptr |
Static Public Member Functions | |
static sptr | make () |
Return a shared_ptr to a new instance of mac::square_ff. More... | |
<+description of block+>
typedef boost::shared_ptr<square_ff> gr::mac::square_ff::sptr |
|
static |
Return a shared_ptr to a new instance of mac::square_ff.
To avoid accidental use of raw pointers, mac::square_ff's constructor is in a private implementation class. mac::square_ff::make is the public interface for creating new instances.