GNU Radio 3.6.5 C++ API

gr::analog::fmdet_cf_impl Class Reference

#include <fmdet_cf_impl.h>

Inheritance diagram for gr::analog::fmdet_cf_impl:
gr::analog::fmdet_cf gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

List of all members.

Public Member Functions

 fmdet_cf_impl (float samplerate, float freq_low, float freq_high, float scl)
 ~fmdet_cf_impl ()
void set_scale (float scl)
void set_freq_range (float freq_low, float freq_high)
float freq () const
float freq_high () const
float freq_low () const
float scale () const
float bias () const
int work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
 just like gr_block::general_work, only this arranges to call consume_each for you

Constructor & Destructor Documentation

gr::analog::fmdet_cf_impl::fmdet_cf_impl ( float  samplerate,
float  freq_low,
float  freq_high,
float  scl 
)
gr::analog::fmdet_cf_impl::~fmdet_cf_impl ( )

Member Function Documentation

float gr::analog::fmdet_cf_impl::bias ( ) const [inline, virtual]

Implements gr::analog::fmdet_cf.

float gr::analog::fmdet_cf_impl::freq ( ) const [inline, virtual]

Implements gr::analog::fmdet_cf.

float gr::analog::fmdet_cf_impl::freq_high ( ) const [inline, virtual]

Implements gr::analog::fmdet_cf.

float gr::analog::fmdet_cf_impl::freq_low ( ) const [inline, virtual]

Implements gr::analog::fmdet_cf.

float gr::analog::fmdet_cf_impl::scale ( ) const [inline, virtual]

Implements gr::analog::fmdet_cf.

void gr::analog::fmdet_cf_impl::set_freq_range ( float  freq_low,
float  freq_high 
) [virtual]

Implements gr::analog::fmdet_cf.

void gr::analog::fmdet_cf_impl::set_scale ( float  scl) [virtual]

Implements gr::analog::fmdet_cf.

int gr::analog::fmdet_cf_impl::work ( int  noutput_items,
gr_vector_const_void_star input_items,
gr_vector_void_star output_items 
) [virtual]

just like gr_block::general_work, only this arranges to call consume_each for you

The user must override work to define the signal processing code

Implements gr_sync_block.


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