DVBCore  17.9.0
Open Source DVB Engine
 All Data Structures Files Functions Typedefs Macros Pages
Typedefs | Functions
stbsipmt.h File Reference

Header file - Function prototypes for operating system. More...

#include "techtype.h"

Go to the source code of this file.

Typedefs

typedef void(* F_PmtObserver )(U16BIT serviceId, U8BIT *pmtData)
 

Functions

void STB_SIRegisterPmtObserver (F_PmtObserver func_ptr)
 Registers a function to be called when the PMT changes. More...
 
void STB_SIUnregisterPmtObserver (F_PmtObserver func_ptr)
 Registers a function to be called when the PMT changes. More...
 

Detailed Description

Header file - Function prototypes for operating system.

Date
04/02/2014
Author
Ocean Blue

Function Documentation

void STB_SIRegisterPmtObserver ( F_PmtObserver  func_ptr)

Registers a function to be called when the PMT changes.

Parameters
func_ptr- pointer to the function to be called
Returns
ID used to reference the observer in all future functions.
void STB_SIUnregisterPmtObserver ( F_PmtObserver  func_ptr)

Registers a function to be called when the PMT changes.

Parameters
func_ptr- pointer to the function to be called
Returns
ID used to reference the observer in all future functions.