|
GNU Radio's DSD Package
|
<+description of block+> More...
#include <dsd_block_ff.h>
Public Types | |
| typedef std::shared_ptr< dsd_block_ff > | sptr |
Static Public Member Functions | |
| static sptr | make (dsd_frame_mode frame, dsd_modulation_optimizations mod, int uvquality, bool errorbars, int verbosity) |
| Return a shared_ptr to a new instance of dsd::dsd_block_ff. | |
<+description of block+>
| typedef std::shared_ptr<dsd_block_ff> gr::dsd::dsd_block_ff::sptr |
|
static |
Return a shared_ptr to a new instance of dsd::dsd_block_ff.
To avoid accidental use of raw pointers, dsd::dsd_block_ff's constructor is in a private implementation class. dsd::dsd_block_ff::make is the public interface for creating new instances.