Main.
More...
#include "mherrors.h"
#include "osdtype.h"
#include "dvblocator.h"
Go to the source code of this file.
Main.
- Date
- 19 October 2011
- Author
- Adam Sturtridge
typedef void(* F_MainProcess)(void) |
typedef BOOLEAN(* F_PostProcess)(void) |
BOOLEAN MH5GlueActiveState |
( |
void |
| ) |
|
void MH5GlueDoneRebootMessage |
( |
void |
| ) |
|
Reboots MHGE5 Engine This function has the same effect as calling these two: MHEG5_Stop( STOP_ACTION_CLEAR_DSMCC ); MHEG5_Start( current_service_dvb_locator ); Only this is a little more efficient process. This is a not synchronous blocking function.
- Returns
- MHERR_OK - Success MHERR_COMP_NOT_STARTED - Component not ready to reboot.
Reboots MHGE5 Engine This function has the same effect as calling these two: MHEG5_Stop( STOP_ACTION_CLEAR_DSMCC ); MHEG5_Start( current_service_dvb_locator ); Only this is a little more efficient process. This is a not synchronous blocking function.
- Returns
- MHERR_OK - Success MHERR_COMP_NOT_STARTED - Component not ready to reboot.
U16BIT MHEG5DefaultServiceId |
( |
void |
| ) |
|