HbbTv  17.9.0
Open source HBBTV engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
app_private_data.c File Reference

Private data object. More...

#include <string.h>
#include "techtype.h"
#include "hbbtv_js.h"
#include "hbbtv_sif_os.h"
#include "object.h"
#include "key_set.h"
#include "app.h"
#include "channel_config.h"
#include "channel_list.h"
#include "debug.h"
#include "hbbtv_control.h"
#include "hbbtv.h"

Functions

void * HBBTV_JSAppPrivateData_getKeyset (void *obj)
 readonly Keyset keyset, Section 7.2.4.1 More...
 
S32BIT HBBTV_JSAppPrivateData_getFreeMem (void *obj)
 Integer getFreeMem(), Section 7.2.4.2. More...
 
void * HBBTV_JSAppPrivateData_getCurrentChannel (void *obj)
 Channel getCurrentChannel(), TS102796, Annex A.2.2. More...
 
void * HBBTV_AppPrivateDataCreate (void *parent_application)
 

Variables

void * JS_APP_PRIVATE_DATA_CLASS = &s_vtab
 

Detailed Description

Private data object.

Date
01/01/2013
Author
Adam Sturtridge

Function Documentation

void* HBBTV_JSAppPrivateData_getCurrentChannel ( void *  obj)

Channel getCurrentChannel(), TS102796, Annex A.2.2.

Note
Channel getCurrentChannel()
ETSI 102 796, Annex A.2.2
S32BIT HBBTV_JSAppPrivateData_getFreeMem ( void *  obj)

Integer getFreeMem(), Section 7.2.4.2.

Note
Integer getFreeMem()
Section 7.2.4.2
void* HBBTV_JSAppPrivateData_getKeyset ( void *  obj)

readonly Keyset keyset, Section 7.2.4.1

Note
readonly Keyset keyset
Section 7.2.4.1