GNU Radio's ELAD Package
gr::elad::fdm_source_c Class Referenceabstract

<+description of block+> More...

#include <fdm_source_c.h>

Inheritance diagram for gr::elad::fdm_source_c:
gr::elad::fdm_source_c_impl

Public Types

typedef boost::shared_ptr< fdm_source_csptr
 

Public Member Functions

virtual void set_FREQ (long LOfreq)=0
 Return a shared_ptr to a new instance of elad::fdm_source_c. More...
 
virtual void set_filter (long LOfreq, int filter, int atten)=0
 
virtual void set_atten (long LOfreq, int filter, int atten)=0
 

Static Public Member Functions

static sptr make (long LOfreq, int filter, int atten, char *serial, int resampling)
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<fdm_source_c> gr::elad::fdm_source_c::sptr

Member Function Documentation

◆ make()

static sptr gr::elad::fdm_source_c::make ( long  LOfreq,
int  filter,
int  atten,
char *  serial,
int  resampling 
)
static

◆ set_atten()

virtual void gr::elad::fdm_source_c::set_atten ( long  LOfreq,
int  filter,
int  atten 
)
pure virtual

Implemented in gr::elad::fdm_source_c_impl.

◆ set_filter()

virtual void gr::elad::fdm_source_c::set_filter ( long  LOfreq,
int  filter,
int  atten 
)
pure virtual

Implemented in gr::elad::fdm_source_c_impl.

◆ set_FREQ()

virtual void gr::elad::fdm_source_c::set_FREQ ( long  LOfreq)
pure virtual

Return a shared_ptr to a new instance of elad::fdm_source_c.

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

Implemented in gr::elad::fdm_source_c_impl.


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