GNU Radio's MESA Package
gr::mesa::PhaseShift Class Referenceabstract

<+description of block+> More...

#include <PhaseShift.h>

Inheritance diagram for gr::mesa::PhaseShift:
gr::mesa::PhaseShift_impl

Public Types

typedef boost::shared_ptr< PhaseShiftsptr
 

Public Member Functions

virtual float getShift () const =0
 
virtual void setShift (float newValue)=0
 

Static Public Member Functions

static sptr make (float shift_in_radians)
 Return a shared_ptr to a new instance of mesa::PhaseShift. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<PhaseShift> gr::mesa::PhaseShift::sptr

Member Function Documentation

◆ getShift()

virtual float gr::mesa::PhaseShift::getShift ( ) const
pure virtual

Implemented in gr::mesa::PhaseShift_impl.

◆ make()

static sptr gr::mesa::PhaseShift::make ( float  shift_in_radians)
static

Return a shared_ptr to a new instance of mesa::PhaseShift.

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

◆ setShift()

virtual void gr::mesa::PhaseShift::setShift ( float  newValue)
pure virtual

Implemented in gr::mesa::PhaseShift_impl.


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