#include <gr_fake_channel_coder_pp.h>
Inheritance diagram for gr_fake_channel_encoder_pp:
input: stream of byte vectors; output: stream of byte vectors
Public Member Functions | |
~gr_fake_channel_encoder_pp () | |
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 | |
Friends | |
gr_fake_channel_encoder_pp_sptr | gr_make_fake_channel_encoder_pp (int input_vlen, int output_vlen) |
|
|
|
just like gr_block::general_work, only this arranges to call consume_each for you The user must override work to define the signal processing code Implements gr_sync_block. |
|
|