22 #ifndef INCLUDED_GR_BYTES_TO_SYMS_H
23 #define INCLUDED_GR_BYTES_TO_SYMS_H
56 int work (
int noutput_items,
57 gr_vector_const_void_star &input_items,
58 gr_vector_void_star &output_items);
GR_CORE_API gr_bytes_to_syms_sptr gr_make_bytes_to_syms()
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
Definition: gr_sync_interpolator.h:27
#define GR_CORE_API
Definition: gr_core_api.h:30
Convert stream of bytes to stream of +/- 1 symbolsinput: stream of bytes; output: stream of float...
Definition: gr_bytes_to_syms.h:49
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 ...