|
GNU Radio's OWC Package
|
<+description of block+> More...
#include <VPPM_Demodulator.h>
Public Types | |
| typedef boost::shared_ptr< VPPM_Demodulator > | sptr |
Public Member Functions | |
| virtual void | set_gain (float gain)=0 |
| virtual float | gain ()=0 |
Static Public Member Functions | |
| static sptr | make (int samples_per_symbol, int samples_per_pulse, float gain) |
| Return a shared_ptr to a new instance of owc::VPPM_Demodulator. More... | |
<+description of block+>
| typedef boost::shared_ptr<VPPM_Demodulator> gr::owc::VPPM_Demodulator::sptr |
|
pure virtual |
Implemented in gr::owc::VPPM_Demodulator_impl.
|
static |
Return a shared_ptr to a new instance of owc::VPPM_Demodulator.
To avoid accidental use of raw pointers, owc::VPPM_Demodulator's constructor is in a private implementation class. owc::VPPM_Demodulator::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::owc::VPPM_Demodulator_impl.