MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mheg5_events.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2014 Ocean Blue Software Ltd
4  *
5  * This file is part of a DTVKit Software Component
6  * You are permitted to copy, modify or distribute this file subject to the terms
7  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
8  *
9  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
10  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
11  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
12  *
13  * If you or your organisation is not a member of DTVKit then you have access
14  * to this source code outside of the terms of the licence agreement
15  * and you are expected to delete this and any associated files immediately.
16  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
17  *******************************************************************************/
25 #ifndef _MHEG5_EVENTS_H
26 #define _MHEG5_EVENTS_H
27 
28 #include "techtype.h"
29 #include "dvbevents.h"
30 
31 /*---Constant and macro definitions for public use-----------------------------*/
32 
33 /*---Enumerations for public use-----------------------------------------------*/
34 
35 /* Events generated by MHEG5 engine and passed to receiver */
36 typedef enum
37 {
38  /* Engine sucessfully started an MHEG5 application from DSM-CC. */
40 
41  /* The currently running application has stopped running and there
42  * are no other applications on the application stack. If this event is
43  * generated as a result of an application Quit action, the component will
44  * start trying to load the autoboot application for the selected service.
45  */
47 
49 
50  /* MHEG5 CI application started successfully. */
52 
53  /* MHEG5 CI application has stopped, either as a result of an external request,
54  * or as the result of application terminating for any other reason.
55  */
57 
58  /* Attempted CI module start application failed. */
60 } E_MhegEvent;
61 
62 
63 /*---Global type defs for public use-------------------------------------------*/
64 
65 typedef void (*F_NotifyMhegEvent)( E_MhegEvent event, U32BIT data );
66 
67 /*---Global Function prototypes for public use---------------------------------*/
68 
71 
72 void MHEG5_NotifyDvbEvent( E_DvbEvent eType, U32BIT eData );
73 
74 
75 #endif /* _MHEG5_EVENTS_H */
E_DvbEvent
Definition: dvbevents.h:29
void MHEG5_DvbUnregisterEventHandler(F_NotifyMhegEvent handler)
Definition: mh5control.c:374
const char * data
Definition: mh5gate.c:65
BOOLEAN MHEG5_DvbRegisterEventHandler(F_NotifyMhegEvent handler)
Definition: mh5control.c:360
E_MhegEvent
Definition: mheg5_events.h:36
void MHEG5_NotifyDvbEvent(E_DvbEvent eType, U32BIT eData)
Definition: glue_events.c:178
Definition: mheg5_events.h:56
void(* F_NotifyMhegEvent)(E_MhegEvent event, U32BIT data)
Definition: mheg5_events.h:65
Definition: mheg5_events.h:59
System Wide Global Technical Data Type Definitions.
Definition: mheg5_events.h:46
U8BIT BOOLEAN
Definition: techtype.h:112
Definition: mheg5_events.h:39
Definition of events sent to MHEG5 engine.
Definition: mheg5_events.h:51
Definition: mheg5_events.h:48
uint32_t U32BIT
Definition: techtype.h:97