|
GNU Radio's OWC Package
|
<+description of block+> More...
#include <OOK_Demodulator_cplus.h>
Public Types | |
| typedef std::shared_ptr< OOK_Demodulator_cplus > | 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_cplus. | |
<+description of block+>
| typedef std::shared_ptr<OOK_Demodulator_cplus> gr::owc::OOK_Demodulator_cplus::sptr |
|
static |
Return a shared_ptr to a new instance of owc::OOK_Demodulator_cplus.
To avoid accidental use of raw pointers, owc::OOK_Demodulator_cplus's constructor is in a private implementation class. owc::OOK_Demodulator_cplus::make is the public interface for creating new instances.
References threshold().
|
pure virtual |
Implemented in gr::owc::OOK_Demodulator_cplus_impl.
References threshold().
|
pure virtual |
Implemented in gr::owc::OOK_Demodulator_cplus_impl.
Referenced by make(), and set_threshold().