11 #ifndef INCLUDED_CORRECTIQ_CORRECTIQ_MAN_H
12 #define INCLUDED_CORRECTIQ_CORRECTIQ_MAN_H
30 typedef std::shared_ptr<correctiq_man>
sptr;
This block provides a mechanism to manually provide a real and imaginary signal offset....
Definition: correctiq_man.h:28
virtual void set_imag(float newValue)=0
static sptr make(float real, float imag)
std::shared_ptr< correctiq_man > sptr
Definition: correctiq_man.h:30
virtual float get_imag() const =0
virtual void set_real(float newValue)=0
virtual float get_real() const =0
Return a shared_ptr to a new instance of correctiq::correctiq_man.
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29