GNU Radio's DIVIDER Package
gr::divider::f_divider_ff Class Referenceabstract

<+description of block+> More...

#include <f_divider_ff.h>

Inheritance diagram for gr::divider::f_divider_ff:
gr::divider::f_divider_ff_impl

Public Types

typedef std::shared_ptr< f_divider_ffsptr

Public Member Functions

virtual int k () const =0
 Return division ratio.
virtual void set_k (int k)=0
 Set division ratio.

Static Public Member Functions

static sptr make (int count)
 Return a shared_ptr to a new instance of divider::f_divider_ff.

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ k()

virtual int gr::divider::f_divider_ff::k ( ) const
pure virtual

Return division ratio.

Implemented in gr::divider::f_divider_ff_impl.

Referenced by set_k().

◆ make()

sptr gr::divider::f_divider_ff::make ( int count)
static

Return a shared_ptr to a new instance of divider::f_divider_ff.

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

◆ set_k()

virtual void gr::divider::f_divider_ff::set_k ( int k)
pure virtual

Set division ratio.

Implemented in gr::divider::f_divider_ff_impl.

References k().


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