![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Interface functions to DSM-CC instance for MHEG5. More...
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) |
| 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.
Definition at line 897 of file glue_dsmcc.c.
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.
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.
1.8.11