MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mh5fileorm.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2004 Ocean Blue Software Ltd
4  * Copyright © 2000 Koninklijke Philips Electronics N.V
5  *
6  * This file is part of a DTVKit Software Component
7  * You are permitted to copy, modify or distribute this file subject to the terms
8  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
9  *
10  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
11  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
12  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
13  *
14  * If you or your organisation is not a member of DTVKit then you have access
15  * to this source code outside of the terms of the licence agreement
16  * and you are expected to delete this and any associated files immediately.
17  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
18  *******************************************************************************/
26 #ifndef _MH5FORM_H_
27 #define _MH5FORM_H_
28 
29 /*---includes for this file--------------------------------------------------*/
30 #include "mh5base.h"
31 #include "mh5root.h"
32 #include "fs_types.h"
33 
34 /*---Constant and macro definitions for public use---------------------------*/
35 
36 /* File Request Priority types and masks */
37 #define FRP_CACHE_DEFAULT 0x007F
38 #define FRP_CACHE_MASK 0x00FF
39 #define FRP_APPLICATION 0x0100
40 #define FRP_SCENE 0x0200
41 #define FRP_GROUP 0x0300
42 #define FRP_EXISTS 0x0400
43 #define FRP_VERIFY 0x0800
44 #define FRP_HASH 0x1000
45 #define FRP_CERT 0x2000
46 #define FRP_SERVER 0x3000
47 #define FRP_DEFER_SERV 0x4000
48 #define FRP_IN_APP 0x8000
49 
50 /*---Enumerations for public use---------------------------------------------*/
51 
52 /*---Global type defs for public use-----------------------------------------*/
53 typedef enum
54 {
59 
60 typedef void (*F_CB_Good)( void *userData, S_CONTENT *content );
61 typedef void (*F_CB_Fail)( void *userData );
62 
63 /*---Global variable declarations for public use-----------------------------*/
64 
65 /*---Global Function prototypes for public use-------------------------------*/
66 
71 void MHEG5FileOrmInit(void);
72 
73 
85 
86 
100 
101 
110 
111 
117 void MHEG5FileOrmClear( void *orm_ref );
118 
119 
137 void* MHEG5FileOrmGet( MHEG5String name, U16BIT priority, void *userData,
138  F_CB_Good callback, F_CB_Fail failCallback );
139 
140 
141 #ifdef COMMON_INTERFACE
142 
152 MHEG5Bool MHEG5FileOrmSendCiMessage(MHEG5String input, void (*callback) (void *, MHEG5String, MHEG5Bool), void *userData);
153 #endif /*COMMON_INTERFACE*/
154 
155 #ifdef INCLUDE_IC
156 
168 MHEG5Bool MHEG5FileOrmReturnData(MHEG5String url, MHEG5String data, void (*callback) (void *, MHEG5String, MHEG5Int), void *userData);
169 
170 #endif /* INCLUDE_IC */
171 
179 void MHEG5FileOrmSetCachePriority(MHEG5String name, U8BIT cachePriority);
180 
181 
190 
191 void MHEG5ciSetModuleId(U32BIT module);
192 
200 void MHEG5ciFileAcknowledge(BOOLEAN fileOK, U8BIT *pFileData, U32BIT length);
201 
202 
203 
215 void MHEG5httpRequestAck(U32BIT requestId, U32BIT status, S32BIT code,
216  U8BIT requestType, U8BIT *data, U32BIT len);
217 
218 #endif /*_MH5FORM_H*/
Basis MHEG5 data types.
void(* F_CB_Good)(void *userData, S_CONTENT *content)
Definition: mh5fileorm.h:60
void MHEG5FileOrmSetCachePriority(MHEG5String name, U8BIT cachePriority)
Set the cache priority of a specified file.
const char * data
Definition: mh5gate.c:65
MHEG5FileOrmResetMode
Definition: mh5fileorm.h:53
Definition: mh5base.h:78
void MHEG5ciFileAcknowledge(BOOLEAN fileOK, U8BIT *pFileData, U32BIT length)
Process the FileAcknowledge message sent from the CI module.
Definition: mh5fileorm.c:1562
BOOLEAN MHEG5FileOrmIsReset(MHEG5FileOrmResetMode *resetMode)
Tell whether the ORM module is currently being reset. If it is, the function also returns the current...
Definition: mh5fileorm.c:758
Definition: fs_types.h:52
void MHEG5ciSetModuleId(U32BIT module)
Definition: mh5fileorm.c:1550
BOOLEAN MHEG5FileOrmProcess(void)
Check for any file requests that have arrived since this function was last called. For each arrived file the callback will be called. The function may have to be called more than once in case a file the arrived affects other files as well.
Definition: mh5fileorm.c:877
void MHEG5FileOrmReset(MHEG5FileOrmResetMode resetMode)
Reset the ORM module. This function supports two modes:
Definition: mh5fileorm.c:646
Definition: mh5fileorm.h:56
uint8_t U8BIT
Definition: techtype.h:93
long MHEG5Int
Definition: mh5base.h:69
File System types.
void MHEG5FileOrmClear(void *orm_ref)
Aborts a request for file.
Definition: mh5fileorm.c:1056
void MHEG5httpRequestAck(U32BIT requestId, U32BIT status, S32BIT code, U8BIT requestType, U8BIT *data, U32BIT len)
Acknowledge function called when a file request has been completed by the HTTP module.
Implementation of Root class Description Root class of all MHEG-5 classes. Base class None Subclasses...
Definition: mh5fileorm.h:55
void MHEG5FileOrmPreloadHint(MHEG5String name)
Provide a preload hint to DSM-CC that the specified file may be required in the future. DSM-CC could (but is not required to) acquire the file into cache.
Definition: mh5fileorm.c:1451
Definition: mh5fileorm.h:57
short MHEG5Bool
Definition: mh5base.h:67
int len
Definition: mh5gate.c:66
int32_t S32BIT
Definition: techtype.h:98
uint16_t U16BIT
Definition: techtype.h:95
void MHEG5FileOrmInit(void)
Initialise the file ORM module.
Definition: mh5fileorm.c:627
void * MHEG5FileOrmGet(MHEG5String name, U16BIT priority, void *userData, F_CB_Good callback, F_CB_Fail failCallback)
Initiate retrieval of a file. The file will be loaded and the callback function called when it is ava...
Definition: mh5fileorm.c:1158
U8BIT BOOLEAN
Definition: techtype.h:112
void(* F_CB_Fail)(void *userData)
Definition: mh5fileorm.h:61
uint32_t U32BIT
Definition: techtype.h:97