input: unsigned char; output: atsc_mpeg_packet More...
#include <atsc_pad.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 () |
Friends | |
| atsc_pad_sptr | atsc_make_pad () |
input: unsigned char; output: atsc_mpeg_packet
| void atsc_pad::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_decimator.
| void atsc_pad::reset | ( | ) | [inline] |
| int atsc_pad::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_pad_sptr atsc_make_pad | ( | ) | [friend] |
1.5.8