|
GNU Radio's DAB Package
|
#include <moving_sum_ff_impl.h>
Public Member Functions | |
| moving_sum_ff_impl (int length) | |
| ~moving_sum_ff_impl () | |
| int | length () const |
| void | reset () |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Additional Inherited Members | |
Public Types inherited from gr::dab::moving_sum_ff | |
| typedef boost::shared_ptr< moving_sum_ff > | sptr |
Static Public Member Functions inherited from gr::dab::moving_sum_ff | |
| static sptr | make (int length) |
| Return a shared_ptr to a new instance of dab::moving_sum_ff. More... | |
| gr::dab::moving_sum_ff_impl::moving_sum_ff_impl | ( | int | length | ) |
| gr::dab::moving_sum_ff_impl::~moving_sum_ff_impl | ( | ) |
|
inline |
|
inline |
References work().
| int gr::dab::moving_sum_ff_impl::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) |
Referenced by reset().