GNU Radio 3.5.1 C++ API
|
ATSC field sync checker (float,syminfo --> float,syminfo)first output is delayed version of input. second output is set of tags, one-for-one with first output. More...
#include <atsc_fs_checker.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 | reset () |
~atsc_fs_checker () | |
Protected Attributes | |
atsci_fs_checker * | d_fsc |
Friends | |
ATSC_API atsc_fs_checker_sptr | atsc_make_fs_checker () |
ATSC field sync checker (float,syminfo --> float,syminfo)
first output is delayed version of input. second output is set of tags, one-for-one with first output.
atsc_fs_checker::~atsc_fs_checker | ( | ) |
void atsc_fs_checker::reset | ( | ) | [inline] |
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.
ATSC_API atsc_fs_checker_sptr atsc_make_fs_checker | ( | ) | [friend] |
atsci_fs_checker* atsc_fs_checker::d_fsc [protected] |