23 #ifndef INCLUDED_GR_MULTIPLY_CONST_CC_H
24 #define INCLUDED_GR_MULTIPLY_CONST_CC_H
54 virtual int work (
int noutput_items,
55 gr_vector_const_void_star &input_items,
56 gr_vector_void_star &output_items);
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
std::complex< float > gr_complex
Definition: gr_complex.h:26
Multiply stream of complex values with a constant k.
Definition: gr_multiply_const_cc.h:40
GR_CORE_API gr_multiply_const_cc_sptr gr_make_multiply_const_cc(gr_complex k, size_t vlen=1)
virtual int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
just like gr_block::general_work, only this arranges to call consume_each for you ...