GNU Radio's OWC Package
gr::owc::OOK_Demodulator Class Referenceabstract

<+description of block+> More...

#include <OOK_Demodulator.h>

Inheritance diagram for gr::owc::OOK_Demodulator:
gr::owc::OOK_Demodulator_impl

Public Types

typedef boost::shared_ptr< OOK_Demodulatorsptr
 

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. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<OOK_Demodulator> gr::owc::OOK_Demodulator::sptr

Member Function Documentation

◆ make()

static sptr gr::owc::OOK_Demodulator::make ( float  threshold,
int  samples_per_symbol 
)
static

Return a shared_ptr to a new instance of owc::OOK_Demodulator.

To avoid accidental use of raw pointers, owc::OOK_Demodulator's constructor is in a private implementation class. owc::OOK_Demodulator::make is the public interface for creating new instances.

◆ set_threshold()

virtual void gr::owc::OOK_Demodulator::set_threshold ( float  threshold)
pure virtual

◆ threshold()

virtual float gr::owc::OOK_Demodulator::threshold ( )
pure virtual

The documentation for this class was generated from the following file: