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