|
GNU Radio's MESA Package
|
<+description of block+> More...
#include <PhaseShift.h>
Public Types | |
| typedef boost::shared_ptr< PhaseShift > | sptr |
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... | |
<+description of block+>
| typedef boost::shared_ptr<PhaseShift> gr::mesa::PhaseShift::sptr |
|
pure virtual |
Implemented in gr::mesa::PhaseShift_impl.
|
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.
|
pure virtual |
Implemented in gr::mesa::PhaseShift_impl.