pipeline info that flows with data More...
#include <gnuradio/atsc/types.h>
Public Member Functions | |
plinfo () | |
bool | field_sync1_p () const |
bool | field_sync2_p () const |
bool | field_sync_p () const |
bool | regular_seg_p () const |
bool | in_field1_p () const |
bool | in_field2_p () const |
bool | first_regular_seg_p () const |
bool | transport_error_p () const |
unsigned int | segno () const |
unsigned int | flags () const |
void | set_field_sync1 () |
void | set_field_sync2 () |
void | set_regular_seg (bool field2, int segno) |
void | set_transport_error (bool error) |
bool | operator== (const plinfo &other) const |
bool | operator!= (const plinfo &other) const |
Static Public Member Functions | |
static void | delay (plinfo &out, const plinfo &in, int nsegs_of_delay) |
static void | sanity_check (const plinfo &in) |
Protected Attributes | |
unsigned short | _flags |
unsigned short | _segno |
Static Protected Attributes | |
static const int | fl_regular_seg = 0x0001 |
static const int | fl_field_sync1 = 0x0002 |
static const int | fl_field_sync2 = 0x0004 |
static const int | fl_first_regular_seg = 0x0008 |
static const int | fl_field2 = 0x0010 |
static const int | fl_transport_error = 0x0020 |
pipeline info that flows with data
Not all modules need all the info
|
inline |
Set OUT
such that it reflects a NSEGS_OF_DELAY
pipeline delay from IN
.
|
inline |
References _flags, and fl_field_sync1.
Referenced by field_sync_p().
|
inline |
References _flags, and fl_field_sync2.
Referenced by field_sync_p().
|
inline |
References field_sync1_p(), and field_sync2_p().
|
inline |
References _flags, and fl_first_regular_seg.
|
inline |
References _flags.
|
inline |
References _flags, and fl_regular_seg.
|
inline |
References _segno.
Referenced by set_regular_seg().
|
inline |
References _flags, _segno, and fl_field_sync1.
|
inline |
References _flags, _segno, fl_field2, and fl_field_sync2.
References _flags, _segno, ATSC_DSEGS_PER_FIELD, fl_field2, fl_first_regular_seg, fl_regular_seg, fl_transport_error, and segno().
References _flags, and fl_transport_error.
|
inline |
References _flags, and fl_transport_error.
|
protected |
|
protected |
Referenced by operator!=(), operator==(), segno(), set_field_sync1(), set_field_sync2(), and set_regular_seg().
|
staticprotected |
Referenced by in_field1_p(), in_field2_p(), set_field_sync2(), and set_regular_seg().
|
staticprotected |
Referenced by field_sync1_p(), and set_field_sync1().
|
staticprotected |
Referenced by field_sync2_p(), and set_field_sync2().
|
staticprotected |
Referenced by first_regular_seg_p(), and set_regular_seg().
|
staticprotected |
Referenced by regular_seg_p(), and set_regular_seg().
|
staticprotected |
Referenced by set_regular_seg(), set_transport_error(), and transport_error_p().