GNU Radio 3.6.5 C++ API

gr::filter::fft_filter_ccc_impl Class Reference

#include <fft_filter_ccc_impl.h>

Inheritance diagram for gr::filter::fft_filter_ccc_impl:
gr::filter::fft_filter_ccc gr_sync_decimator gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

List of all members.

Public Member Functions

 fft_filter_ccc_impl (int decimation, const std::vector< gr_complex > &taps, int nthreads=1)
 ~fft_filter_ccc_impl ()
void set_taps (const std::vector< gr_complex > &taps)
std::vector< gr_complextaps () const
void set_nthreads (int n)
 Set number of threads to use.
int nthreads () const
 Get number of threads being used.
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::filter::fft_filter_ccc_impl::fft_filter_ccc_impl ( int  decimation,
const std::vector< gr_complex > &  taps,
int  nthreads = 1 
)
gr::filter::fft_filter_ccc_impl::~fft_filter_ccc_impl ( )

Member Function Documentation

int gr::filter::fft_filter_ccc_impl::nthreads ( ) const [virtual]

Get number of threads being used.

Implements gr::filter::fft_filter_ccc.

void gr::filter::fft_filter_ccc_impl::set_nthreads ( int  n) [virtual]

Set number of threads to use.

Implements gr::filter::fft_filter_ccc.

void gr::filter::fft_filter_ccc_impl::set_taps ( const std::vector< gr_complex > &  taps) [virtual]
std::vector<gr_complex> gr::filter::fft_filter_ccc_impl::taps ( ) const [virtual]
int gr::filter::fft_filter_ccc_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: