GNU Radio 3.5.1 C++ API
|
#include <atsc_types.h>
Public Member Functions | |
bool | operator== (const atsc_mpeg_packet_rs_encoded &other) const |
bool | operator!= (const atsc_mpeg_packet_rs_encoded &other) const |
Public Attributes | |
plinfo | pli |
unsigned char | data [ATSC_MPEG_RS_ENCODED_LENGTH] |
unsigned char | _pad_ [NPAD] |
Static Public Attributes | |
static const int | NPAD = 45 |
bool atsc_mpeg_packet_rs_encoded::operator!= | ( | const atsc_mpeg_packet_rs_encoded & | other | ) | const [inline] |
References data.
bool atsc_mpeg_packet_rs_encoded::operator== | ( | const atsc_mpeg_packet_rs_encoded & | other | ) | const [inline] |
References data.
unsigned char atsc_mpeg_packet_rs_encoded::_pad_[NPAD] |
unsigned char atsc_mpeg_packet_rs_encoded::data[ATSC_MPEG_RS_ENCODED_LENGTH] |
Referenced by operator!=(), and operator==().
const int atsc_mpeg_packet_rs_encoded::NPAD = 45 [static] |