#include <atsc_fs_checker.h>
first output is delayed version of input. second output is set of tags, one-for-one with first output.
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 | reset () |
~atsc_fs_checker () | |
Protected Attributes | |
atsci_fs_checker * | d_fsc |
Friends | |
atsc_fs_checker_sptr | atsc_make_fs_checker () |
atsc_fs_checker::~atsc_fs_checker | ( | ) |
References d_fsc.
int atsc_fs_checker::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.
References d_fsc, and atsci_fs_checker::filter().
void atsc_fs_checker::reset | ( | ) | [inline] |
atsc_fs_checker_sptr atsc_make_fs_checker | ( | ) | [friend] |
atsci_fs_checker* atsc_fs_checker::d_fsc [protected] |
Referenced by work(), and ~atsc_fs_checker().