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