DtvKit_ATSC3.0
|
#include <atsc_core_atsc1.h>
Public Attributes | |
bool | bDone |
uint8_t | cPvtIndicator |
uint8_t | cSectSyntaxInd |
uint8_t | cTableId |
uint16_t | iSectLen |
uint16_t | iDataSize |
uint8_t | sData [4096] |
uint8_t | sHeader [256] |
struct Represent a PSIP (Program and System Information Protocol) table.
bool sPsipTable_t::bDone |
Whether the processing of the PSIP table is complete or not
uint8_t sPsipTable_t::cPvtIndicator |
Private indicator field.
uint8_t sPsipTable_t::cSectSyntaxInd |
Section syntax indicator field
uint8_t sPsipTable_t::cTableId |
Identifier indicating the type of PSIP table(PAT, PMT, EIT).
uint16_t sPsipTable_t::iDataSize |
Size of the PSIP data.
uint16_t sPsipTable_t::iSectLen |
Length of the section containing PSIP data.
uint8_t sPsipTable_t::sData[4096] |
Data information such as program descriptors, event information, or other metadata.
uint8_t sPsipTable_t::sHeader[256] |
Header associated with the PSIP table.