25#ifndef INCLUDED_BLOCKS_ADD_CONST_VCC_H
26#define INCLUDED_BLOCKS_ADD_CONST_VCC_H
44 typedef boost::shared_ptr<add_const_vcc>
sptr;
55 virtual std::vector<gr_complex>
k()
const = 0;
60 virtual void set_k(std::vector<gr_complex> k) = 0;
output[m] = input[m] + constant vector for all M streams.
Definition: add_const_vcc.h:39
boost::shared_ptr< add_const_vcc > sptr
Definition: add_const_vcc.h:44
static sptr make(std::vector< gr_complex > k)
Create an instance of add_const_vcc.
virtual void set_k(std::vector< gr_complex > k)=0
Set additive constant vector.
virtual std::vector< gr_complex > k() const =0
Return additive constant vector.
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45