DSMCC  17.9.0
 All Data Structures Files Functions Typedefs
siq_pmt.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2004 Ocean Blue Software Ltd
4  *
5  * This file is part of a DTVKit Software Component
6  * You are permitted to copy, modify or distribute this file subject to the terms
7  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
8  *
9  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
10  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
11  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
12  *
13  * If you or your organisation is not a member of DTVKit then you have access
14  * to this source code outside of the terms of the licence agreement
15  * and you are expected to delete this and any associated files immediately.
16  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
17  *******************************************************************************/
24 #ifndef SIQ_PMT_H
25 #define SIQ_PMT_H
26 
27 /*---includes for this file---------------------------------------------------*/
28 #include "cldsmtypes.h"
29 
30 /*---Constant and macro definitions for public use----------------------------*/
31 
32 /* Maximum application types handled in any single App Signalling descriptor */
33 
34 /*---Enumerations for public use----------------------------------------------*/
35 
36 
37 /*---Global type defs for public use------------------------------------------*/
38 
39 
40 /*---Global Function prototypes for public use--------------------------------*/
41 
47 H_SiqPmtTable SIQ_PmtCreateTable( S_SiqInstance *siq, U8BIT *pmtData );
48 
55 void SIQ_PmtDestroyTable( S_SiqInstance *siq, H_SiqPmtTable table );
56 
66  H_SiqPmtTable hpmt, P_SIQueryResult pResult );
67 
76 void SIQ_PmtCheckTableChange( S_SiqInstance *siq, H_SiqPmtTable hOldTable,
77  H_SiqPmtTable hNewTable, U16BIT serviceId );
78 
79 #endif /* SIQ_PMT_H */
80 
DSM-CC global types header Used by SI Query and Section Filter code.
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:921
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:987
H_SiqPmtTable SIQ_PmtCreateTable(S_SiqInstance *siq, U8BIT *pmtData)
Create PMT structure for monitoring (life-cycle, NB_Info)
Definition: siq_pmt.c:444
void SIQ_PmtDestroyTable(S_SiqInstance *siq, H_SiqPmtTable table)
Destroy PMT structure created by PMT_CreateTable.
Definition: siq_pmt.c:635