8#ifndef INCLUDED_DVBS2RX_ROTATOR_CC_H
9#define INCLUDED_DVBS2RX_ROTATOR_CC_H
12#include <gnuradio/sync_block.h>
42 typedef std::shared_ptr<rotator_cc>
sptr;
51 static sptr make(
double phase_inc = 0.0,
bool tag_inc_updates =
false);
Complex rotator.
Definition rotator_cc.h:39
virtual void set_phase_inc(double phase_inc)=0
std::shared_ptr< rotator_cc > sptr
Definition rotator_cc.h:42
static sptr make(double phase_inc=0.0, bool tag_inc_updates=false)
Make a complex rotator block.
#define DVBS2RX_API
Definition include/gnuradio/dvbs2rx/api.h:19
Fixed-length double-ended queue with contiguous volk-aligned elements.
Definition gr_bch.h:22