GNU Radio 3.7.1 C++ API
atsc_fs_checker Class Reference

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 <fs_checker.h>

Inheritance diagram for atsc_fs_checker:

List of all members.

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_checkerd_fsc

Friends

ATSC_API atsc_fs_checker_sptr atsc_make_fs_checker ()

Detailed Description

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.


Constructor & Destructor Documentation


Member Function Documentation

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.


Friends And Related Function Documentation


Member Data Documentation


The documentation for this class was generated from the following file: