23 #ifndef INCLUDED_GR_SHORT_TO_FLOAT_H
24 #define INCLUDED_GR_SHORT_TO_FLOAT_H
62 void set_scale(
float scale);
64 virtual int work (
int noutput_items,
65 gr_vector_const_void_star &input_items,
66 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
GR_CORE_API gr_short_to_float_sptr gr_make_short_to_float(size_t vlen=1, float scale=1)
Convert stream of short to a stream of float.
Definition: gr_short_to_float.h:43
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 ...