|
GNU Radio 3.4.0 C++ API
|
Debug glue routine (atsc_data_segment --> atsc_soft_data_segment)input: atsc_data_segment; output: atsc_soft_data_segment. More...
#include <atsc_ds_to_softds.h>

Public Member Functions | |
| 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 | |
| void | map_to_soft_symbols (atsc_soft_data_segment &out, const atsc_data_segment &in) |
| void | reset () |
Friends | |
| atsc_ds_to_softds_sptr | atsc_make_ds_to_softds () |
Debug glue routine (atsc_data_segment --> atsc_soft_data_segment)
input: atsc_data_segment; output: atsc_soft_data_segment.
| void atsc_ds_to_softds::map_to_soft_symbols | ( | atsc_soft_data_segment & | out, |
| const atsc_data_segment & | in | ||
| ) |
| void atsc_ds_to_softds::reset | ( | ) | [inline] |
| int atsc_ds_to_softds::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) | [virtual] |
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.
| atsc_ds_to_softds_sptr atsc_make_ds_to_softds | ( | ) | [friend] |