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
141 #ifdef COMMON_INTERFACE
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
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
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