GNU Radio 3.4.2 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 <atsc_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_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

atsc_fs_checker::~atsc_fs_checker ( )

Member Function Documentation

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.


Friends And Related Function Documentation

atsc_fs_checker_sptr atsc_make_fs_checker ( ) [friend]

Member Data Documentation


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