![]() |
MHEG-5
19.3.0
MHEG-5 Documentation
|
Interface functions to DSM-CC instance for MHEG5. More...
#include "stb_os.h"
#include "glue_memory.h"
#include "glue_debug.h"
#include "glue_queue.h"
#include "glue_main.h"
#include "dsm_client.h"
#include "dsm_control.h"
#include "mh5queue.h"
#include "mh5control.h"
#include "mh5display.h"
#include "dvb_service.h"
#include "dvb_native.h"
#include "glue_dsmcc.h"
#include "glue_events.h"
Go to the source code of this file.
Classes | |
struct | s_dbc_app |
struct | s_service_dbc |
Typedefs | |
typedef struct s_dbc_app | S_DBC_APP |
typedef struct s_service_dbc | S_SERVICE_DBC |
Functions | |
U8BIT | MhegOsdLanguageCodes (U32BIT *langcodes, U8BIT max) |
void | StopLifecycle (void) |
Clear MHEG Lifecycle Event listening. More... | |
BOOLEAN | MH5GlueSiqNetBootInfo (S_STRING *nbinfo) |
Get current MHEG net boot info existance and nb info string. More... | |
E_MhegErr | MH5GlueDsmccOpen (U32BIT taskPriority) |
void | MH5GlueDsmccClose (void) |
E_MhegErr | MH5GlueDsmccStart (S_DVB_LOCATOR *pDvbLoc, U32BIT carouselId, BOOLEAN clear) |
void | MH5GlueDsmccStop (U8BIT action) |
void * | MHEG5_DsmccInstance (void) |
Get the DSMCC instance handle. More... | |
void | RunAutoboot (S_CONTENT *pContent) |
void | MH5GlueDsmccMHEGInitialBoot (void) |
Causes the autoboot application to be launched. The component must be in the correct state (DSM-CC booted and no application starting or running) before calling this function. More... | |
void | MH5GlueDsmccReboot (void) |
Interface functions to DSM-CC instance for MHEG5.
Definition in file glue_dsmcc.c.
void MH5GlueDsmccMHEGInitialBoot | ( | void | ) |
Causes the autoboot application to be launched. The component must be in the correct state (DSM-CC booted and no application starting or running) before calling this function.
Definition at line 897 of file glue_dsmcc.c.
BOOLEAN MH5GlueSiqNetBootInfo | ( | S_STRING * | nbinfo | ) |
Get current MHEG net boot info existance and nb info string.
S_STRING* | pointer to return netboot info string |
Definition at line 556 of file glue_dsmcc.c.
void* MHEG5_DsmccInstance | ( | void | ) |
void StopLifecycle | ( | void | ) |