GNU Radio 3.7.1 C++ API
consts.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const double ATSC_SYMBOL_RATE = 4.5e6 / 286 * 684
static const double ATSC_DATA_SEGMENT_RATE = ATSC_SYMBOL_RATE / 832
static const int ATSC_MPEG_DATA_LENGTH = 187
static const int ATSC_MPEG_PKT_LENGTH = 188
static const int ATSC_MPEG_RS_ENCODED_LENGTH = 207
static const int ATSC_DATA_SEGMENT_LENGTH = 832
static const int ATSC_DSEGS_PER_FIELD = 312
static const int MPEG_SYNC_BYTE = 0x47
static const int MPEG_TRANSPORT_ERROR_BIT = 0x80

Variable Documentation

const int ATSC_DATA_SEGMENT_LENGTH = 832 [static]
const double ATSC_DATA_SEGMENT_RATE = ATSC_SYMBOL_RATE / 832 [static]
const int ATSC_DSEGS_PER_FIELD = 312 [static]

Referenced by plinfo::set_regular_seg().

const int ATSC_MPEG_DATA_LENGTH = 187 [static]
const int ATSC_MPEG_PKT_LENGTH = 188 [static]
const int ATSC_MPEG_RS_ENCODED_LENGTH = 207 [static]
const double ATSC_SYMBOL_RATE = 4.5e6 / 286 * 684 [static]
const int MPEG_SYNC_BYTE = 0x47 [static]
const int MPEG_TRANSPORT_ERROR_BIT = 0x80 [static]