![]() |
DVBCore
22.3.0
Open Source DVB Engine
|
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.
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 |
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 |