24 #ifndef INCLUDED_BLOCKSAT_EXPONENTIATE_CONST_CCI_H
25 #define INCLUDED_BLOCKSAT_EXPONENTIATE_CONST_CCI_H
28 #include <gnuradio/sync_block.h>
49 typedef boost::shared_ptr<exponentiate_const_cci>
sptr;
57 static sptr make(
int exponent,
size_t vlen = 1);
59 virtual void set_exponent(
int exponent) = 0;
Exponentiates a complex stream with an integer exponent.
Definition: exponentiate_const_cci.h:46
boost::shared_ptr< exponentiate_const_cci > sptr
Definition: exponentiate_const_cci.h:49
#define BLOCKSAT_API
Definition: api.h:30