|
GNU Radio's MESA Package
|
This block will shift the incoming signal by the specified radians. More...
#include <phase_shift.h>
Public Types | |
| typedef boost::shared_ptr< phase_shift > | sptr |
Public Member Functions | |
| virtual float | get_shift () const =0 |
| virtual void | set_shift (float newValue)=0 |
Static Public Member Functions | |
| static sptr | make (float shift_in_radians) |
| Return a shared_ptr to a new instance of mesa::phase_shift. More... | |
This block will shift the incoming signal by the specified radians.
| typedef boost::shared_ptr<phase_shift> gr::mesa::phase_shift::sptr |
|
pure virtual |
Implemented in gr::mesa::phase_shift_impl.
|
static |
Return a shared_ptr to a new instance of mesa::phase_shift.
To avoid accidental use of raw pointers, mesa::phase_shift's constructor is in a private implementation class. mesa::phase_shift::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::mesa::phase_shift_impl.