22 #ifndef INCLUDED_BLOCKSAT_NCO_CC_H
23 #define INCLUDED_BLOCKSAT_NCO_CC_H
26 #include <gnuradio/sync_block.h>
39 typedef boost::shared_ptr<nco_cc>
sptr;
49 static sptr make(
float samp_rate,
float freq,
int n_steps);
52 virtual float phase_inc()
const = 0;
53 virtual void set_freq(
float s) = 0;
<+description of block+>
Definition: nco_cc.h:36
boost::shared_ptr< nco_cc > sptr
Definition: nco_cc.h:39
#define BLOCKSAT_API
Definition: api.h:30