DSM-CC global types header Used by SI Query and Section Filter code.
Definition: siq_main.h:33
Definition: cldsmtypes.h:193
void SIQ_PmtProcessQuery(S_SiqInstance *siq, P_SIQueryRequest pQuery, H_SiqPmtTable hpmt, P_SIQueryResult pResult)
Retrieve Information required by Query request from SIQ's PMT table.
Definition: siq_pmt.c:1013
void SIQ_PmtCheckTableChange(S_SiqInstance *siq, H_SiqPmtTable hOldTable, H_SiqPmtTable hNewTable, U16BIT serviceId)
For each carousel Id in old table, search through new table to see if it still exists. If not, tell DSM-CC. Then tell DSM-CC that PMT has been updated.
Definition: siq_pmt.c:1079
Definition: cldsmtypes.h:212
H_SiqPmtTable SIQ_PmtCreateTable(S_SiqInstance *siq, U8BIT *pmtData)
Create PMT structure for monitoring (life-cycle, NB_Info)
Definition: siq_pmt.c:481
Definition: siq_pmt.c:125
void SIQ_PmtDestroyTable(S_SiqInstance *siq, H_SiqPmtTable table)
Destroy PMT structure created by PMT_CreateTable.
Definition: siq_pmt.c:682