MythTV  master
Variables
tspacket.cpp File Reference
#include <cstdint>
#include "tspacket.h"
Include dependency graph for tspacket.cpp:

Go to the source code of this file.

Variables

const std::array< unsigned char, 188 > NULL_PACKET_BYTES
 

Variable Documentation

◆ NULL_PACKET_BYTES

const std::array<unsigned char,188> NULL_PACKET_BYTES
Initial value:
{
SYNC_BYTE, 0x1F, 0xFF, 0x00,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,
}

Definition at line 15 of file tspacket.cpp.

SYNC_BYTE
static constexpr uint8_t SYNC_BYTE
Definition: tspacket.h:19