MHEG5  18.9.0
MHEG5 Documentation
Functions
glue_dsmcc.h File Reference

Interface functions to DSM-CC instance for MHEG5. More...

#include "dsm_types.h"
#include "dsm_client.h"
#include "dtvstring.h"
#include "mherrors.h"

Go to the source code of this file.

Functions

E_MhegErr MH5GlueDsmccOpen (U32BIT taskPriority)
 
void MH5GlueDsmccClose (void)
 
E_MhegErr MH5GlueDsmccStart (S_DVB_LOCATOR *pDvbLoc, U32BIT carouselId, BOOLEAN clear)
 
void MH5GlueDsmccStop (U8BIT action)
 
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...
 
BOOLEAN MH5GlueSiqNetBootInfo (S_STRING *nbinfo)
 Get current MHEG net boot info existance and nb info string. More...
 
void MH5GlueDsmccReboot (void)
 

Detailed Description

Interface functions to DSM-CC instance for MHEG5.

Date
20/12/2012
Author
Adam Sturtridge

Definition in file glue_dsmcc.h.

Function Documentation

void MH5GlueDsmccClose ( void  )

Definition at line 733 of 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.

Returns
E_FsStatus

Definition at line 897 of file glue_dsmcc.c.

E_MhegErr MH5GlueDsmccOpen ( U32BIT  taskPriority)

Definition at line 691 of file glue_dsmcc.c.

void MH5GlueDsmccReboot ( void  )

Definition at line 956 of file glue_dsmcc.c.

E_MhegErr MH5GlueDsmccStart ( S_DVB_LOCATOR pDvbLoc,
U32BIT  carouselId,
BOOLEAN  clear 
)

Definition at line 739 of file glue_dsmcc.c.

void MH5GlueDsmccStop ( U8BIT  action)

Definition at line 761 of file glue_dsmcc.c.

BOOLEAN MH5GlueSiqNetBootInfo ( S_STRING nbinfo)

Get current MHEG net boot info existance and nb info string.

Parameters
S_STRING*pointer to return netboot info string
Returns
BOOLEAN - TRUE if net boot info descriptor exists

Definition at line 556 of file glue_dsmcc.c.