DSMCC Version 1.0
DTVKit DSMCC Documentation
 All Data Structures Files Functions Typedefs
Typedefs
siqfuncs.h File Reference

Service Information Query: external function prototypes. More...

Go to the source code of this file.

Typedefs

typedef void * H_PmtRef
 
typedef H_PmtRef(* F_PmtParseInit )(U16BIT serviceId)
 Inform the DSM-CC client that parsing of PMT data is about to start The return value is passed to subsequent PMT parsing call back functions: i.e. F_ParseDataBcastId and F_PmtParseDone. More...
 
typedef U32BIT(* F_ParseDataBcastId )(H_PmtRef pmtref, U32BIT carouselId, U8BIT *dbcPtr, U8BIT dbcLen)
 Parse data broadcast id descriptor for recognised application(s) SIQ wants to know whether this PMT stream can be used to launch a DSM-CC boot carousel. When there is more than one choice, SIQ chooses the PMT stream that had the highest preference value returned by this function. Note that this may be called multiple times for a PMT stream, and always called from within SIQ_ProcessPmt(). Service ID and carousel ID are provided for convenience and are not required for a basic implementation of this function. More...
 
typedef void(* F_PmtParseDone )(H_PmtRef pmtref)
 Inform the DSM-CC client that parsing of PMT data has completed. More...
 
typedef void(* F_NotifyAitInfo )(U16BIT serviceId, U16BIT appType, U16BIT pid, U8BIT version)
 Callback to inform of first or changed AIT info in PMT. More...
 

Detailed Description

Service Information Query: external function prototypes.

Date
23/01/2013
Author
Adam Sturtridge

Typedef Documentation

typedef void(* F_NotifyAitInfo)(U16BIT serviceId, U16BIT appType, U16BIT pid, U8BIT version)

Callback to inform of first or changed AIT info in PMT.


Parameters
U16BITserviceId Service id.
U16BITtype Type of AIT application
U16BITpid PID containing AIT
U8BITversion Current AIT version
Returns
void
typedef U32BIT(* F_ParseDataBcastId)(H_PmtRef pmtref, U32BIT carouselId, U8BIT *dbcPtr, U8BIT dbcLen)

Parse data broadcast id descriptor for recognised application(s) SIQ wants to know whether this PMT stream can be used to launch a DSM-CC boot carousel. When there is more than one choice, SIQ chooses the PMT stream that had the highest preference value returned by this function. Note that this may be called multiple times for a PMT stream, and always called from within SIQ_ProcessPmt(). Service ID and carousel ID are provided for convenience and are not required for a basic implementation of this function.


Parameters
H_PmtRefpmtref reference supplied by F_PmtParseInit
U32BITcarouselId Carousel associated with this descriptor
U8BIT*dbcPtr Pointer to data broadcast id descriptor
U8BITdbcLen Length of data broadcast id descriptor
Returns
U32BIT - Preference value for this data broadcast id and associated application type. Zero means that data broadcast id or application type is not recognised, and SIQ will ignore it.
typedef void(* F_PmtParseDone)(H_PmtRef pmtref)

Inform the DSM-CC client that parsing of PMT data has completed.


Parameters
H_PmtRefpmtref reference supplied by F_PmtParseInit
Returns
void
typedef H_PmtRef(* F_PmtParseInit)(U16BIT serviceId)

Inform the DSM-CC client that parsing of PMT data is about to start The return value is passed to subsequent PMT parsing call back functions: i.e. F_ParseDataBcastId and F_PmtParseDone.


Parameters
U16BITserviceId Service id of the PMT
Returns
H_PmtRef - handle or user data of client