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