input: atsc_data_segment; output: atsc_data_segment. More...
#include <atsc_field_sync_mux.h>


Public Member Functions | |
| void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
| Estimate input requirements given output request. | |
| 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 | reset () |
Static Public Attributes | |
| static const int | N_SAVED_SYMBOLS = 12 |
Protected Attributes | |
| gr_uint64 | d_current_index |
| bool | d_already_output_field_sync |
| unsigned char | d_saved_symbols [N_SAVED_SYMBOLS] |
Friends | |
| atsc_field_sync_mux_sptr | atsc_make_field_sync_mux () |
input: atsc_data_segment; output: atsc_data_segment.
| void atsc_field_sync_mux::forecast | ( | int | noutput_items, | |
| gr_vector_int & | ninput_items_required | |||
| ) | [virtual] |
Estimate input requirements given output request.
| noutput_items | number of output items to produce | |
| ninput_items_required | number of input items required on each input stream |
noutput_items, estimate the number of data items required on each input stream. The estimate doesn't have to be exact, but should be close.
Reimplemented from gr_sync_block.
| void atsc_field_sync_mux::reset | ( | ) | [inline] |
| int atsc_field_sync_mux::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_field_sync_mux_sptr atsc_make_field_sync_mux | ( | ) | [friend] |
bool atsc_field_sync_mux::d_already_output_field_sync [protected] |
gr_uint64 atsc_field_sync_mux::d_current_index [protected] |
unsigned char atsc_field_sync_mux::d_saved_symbols[N_SAVED_SYMBOLS] [protected] |
const int atsc_field_sync_mux::N_SAVED_SYMBOLS = 12 [static] |
1.5.8