TSDuck v3.40-3965
MPEG Transport Stream Toolkit
|
Common definitions for T2-MI (DVB-T2 Modulator Interface). More...
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Enumerations | |
enum class | ts::T2MIPacketType : uint8_t { ts::BASEBAND_FRAME = 0x00 , ts::AUX_IQ_DATA = 0x01 , ts::ARBITRARY_CELL = 0x02 , ts::L1_CURRENT = 0x10 , ts::L1_FUTURE = 0x11 , ts::P2_BIAS_BALANCING = 0x12 , ts::DVBT2_TIMESTAMP = 0x20 , ts::INDIVIDUAL_ADDRESSING = 0x21 , ts::FEF_NULL = 0x30 , ts::FEF_IQ_DATA = 0x31 , ts::FEF_COMPOSITE = 0x32 , ts::FEF_SUBPART = 0x33 , ts::INVALID_TYPE = 0xFF } |
T2-MI packet types. More... | |
Variables | |
constexpr size_t | ts::T2_BBHEADER_SIZE = 10 |
Size in bytes of a DVB-T2 Base Band Header. | |
constexpr size_t | ts::T2MI_HEADER_SIZE = 6 |
Size in bytes of a T2-MI packet header. | |
Common definitions for T2-MI (DVB-T2 Modulator Interface).