GNU Radio 3.7.2 C++ API
|
#include <gnuradio/atsc/types.h>
Public Member Functions | |
bool | operator== (const atsc_mpeg_packet &other) const |
bool | operator!= (const atsc_mpeg_packet &other) const |
Public Attributes | |
unsigned char | data [ATSC_MPEG_DATA_LENGTH+1] |
unsigned char | _pad_ [NPAD] |
Static Public Attributes | |
static const int | NPAD = 68 |
|
inline |
References data.
|
inline |
References data.
unsigned char atsc_mpeg_packet::_pad_[NPAD] |
unsigned char atsc_mpeg_packet::data[ATSC_MPEG_DATA_LENGTH+1] |
Referenced by operator!=(), and operator==().
|
static |