HbbTv  17.9.0
Open source HBBTV engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
oipf_app_mgr.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2013 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 _OIPF_APP_MGR_H
26 #define _OIPF_APP_MGR_H
27 
28 #include "app.h"
29 #include "ait.h"
30 
31 extern void *JS_OIPF_APP_MGR_CLASS;
32 
33 void* HBBTV_AppMgrCreateApp(void *obj, S_HBBTV_STRING url);
34 void HBBTV_AppMgrReleaseApp(void *obj, S_APP *app);
35 S32BIT HBBTV_AppMgrGetKeyset(void *obj);
36 
37 void* HBBTV_AppMgrCurrentAit(void *obj);
38 void HBBTV_AppMgrStop(void);
39 void HBBTV_AppMgrNotifyMissingAit(void);
40 E_HBBTV_ERR HBBTV_AppMgrLaunchAitApp( void *obj, U32BIT org_id, U16BIT app_id );
41 
42 BOOLEAN HBBTV_AppMgrTeletextExists(void *obj);
43 BOOLEAN HBBTV_AppMgrLaunchTeletext(void *obj);
44 
45 #ifdef NOTIFY_KEYPRESS_REQ
46 void HBBTV_AppMgrNotifyKeyset(void *obj);
47 #endif
48 
54 
61 
68 
69 void HBBTV_AppMgrLowMemory(void);
70 
71 #endif /* _OIPF_APP_MGR_H */
void HBBTV_AppMgr_ChannelChange(void)
Notfies the application manager that the application video/broadcast object is performing a channel c...
Definition: oipf_app_mgr.c:1081
void * HBBTV_AppMgr_getCurrentAppOrigin(void)
Returns the current application's base URL.
Definition: oipf_app_mgr.c:1012
Definition: ait.h:157
HbbTV Glue: AIT related functions.
void HBBTV_AppMgr_NotifyAit(S_AIT_TABLE *ait)
Notifies the application manager module with a new AIT and performs the required application life-cyc...
Definition: oipf_app_mgr.c:1094
Definition: hbbtv_types.h:167
Internal interface to the application object.
Definition: app.h:35