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

<+description of block+> More...

#include <f_divider_bb.h>

Inheritance diagram for gr::divider::f_divider_bb:
gr::divider::f_divider_bb_impl

Public Types

typedef boost::shared_ptr
< f_divider_bb
sptr
 

Public Member Functions

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

Static Public Member Functions

static sptr make (int k)
 Return a shared_ptr to a new instance of divider::f_divider_bb. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

typedef boost::shared_ptr<f_divider_bb> gr::divider::f_divider_bb::sptr

Member Function Documentation

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

Return division ratio.

Implemented in gr::divider::f_divider_bb_impl.

static sptr gr::divider::f_divider_bb::make ( int  k)
static

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

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

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

Set division ratio.

Implemented in gr::divider::f_divider_bb_impl.


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