21#ifndef INCLUDED_MESA_PHASESHIFT_H
22#define INCLUDED_MESA_PHASESHIFT_H
24#include <gnuradio/sync_block.h>
37 typedef std::shared_ptr<phase_shift>
sptr;
#define MESA_API
Definition api.h:31
This block will shift the incoming signal by the specified radians.
Definition phase_shift.h:35
virtual float get_shift() const =0
static sptr make(float shift_in_radians)
Return a shared_ptr to a new instance of mesa::phase_shift.
virtual void set_shift(float newValue)=0
std::shared_ptr< phase_shift > sptr
Definition phase_shift.h:37
Definition AutoDopplerCorrect.h:28
Definition AutoDopplerCorrect.h:27