![]() |
DVBCore
20.3.0
DVBCore Documentation
|
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... | |
Header file - Function prototypes for operating system.
Definition in file stbsipmt.h.
void STB_SIRegisterPmtObserver | ( | F_PmtObserver | func_ptr | ) |
Registers a function to be called when the PMT changes.
func_ptr | - pointer to the function to be called |
Definition at line 2200 of file stbsiflt.c.
void STB_SIUnregisterPmtObserver | ( | F_PmtObserver | func_ptr | ) |
Registers a function to be called when the PMT changes.
func_ptr | - pointer to the function to be called |
Definition at line 2236 of file stbsiflt.c.