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