12#ifndef INCLUDED_BLOCKS_EXPONENTIATE_CONST_CCI_H 
   13#define INCLUDED_BLOCKS_EXPONENTIATE_CONST_CCI_H 
   37    typedef std::shared_ptr<exponentiate_const_cci> 
sptr;
 
   45    static sptr make(
int exponent, 
size_t vlen = 1);
 
 
Exponentiates a complex stream with an integer exponent.
Definition exponentiate_const_cci.h:35
static sptr make(int exponent, size_t vlen=1)
std::shared_ptr< exponentiate_const_cci > sptr
Definition exponentiate_const_cci.h:37
virtual void set_exponent(int exponent)=0
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