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