|
GNU Radio's DIVIDER Package
|
#include <f_divider_ss_impl.h>
Public Member Functions | |
| f_divider_ss_impl (int count) | |
| ~f_divider_ss_impl () | |
| int | k () const |
| Return division ratio. More... | |
| void | set_k (int k) |
| Set division ratio. More... | |
| 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::divider::f_divider_ss | |
| typedef boost::shared_ptr < f_divider_ss > | sptr |
Static Public Member Functions inherited from gr::divider::f_divider_ss | |
| static sptr | make (int k) |
| Return a shared_ptr to a new instance of divider::f_divider_ss. More... | |
| gr::divider::f_divider_ss_impl::f_divider_ss_impl | ( | int | count | ) |
| gr::divider::f_divider_ss_impl::~f_divider_ss_impl | ( | ) |
|
inlinevirtual |
|
inlinevirtual |
| int gr::divider::f_divider_ss_impl::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) |