32 #include "dsm_control.h" 33 #include "dsm_client.h" 46 S_STREAM_EVENT_LIST next;
51 F_DSM_EVENT event_handler;
Definition: hbbtv_types.h:159
void HBBTV_DsmccUnsubscribe(S_STREAM_EVENT *event)
Unsubscribes from the specified event.
Definition: dsmclient.c:389
Definition: dsmclient.h:44
void HBBTV_DsmccTerminate(void)
Terminates the DSMCC instance.
Definition: dsmclient.c:284
void HBBTV_DsmccStop(void)
Stops the DSMCC instance.
Definition: dsmclient.c:308
E_HBBTV_ERR HBBTV_DsmccSubscribe(U8BIT *path, S_STREAM_EVENT *event)
Subscribes to the specified event.
Definition: dsmclient.c:319
E_HBBTV_ERR HBBTV_DsmccSubscribeId(U16BIT association_tag, U16BIT event_id, S_STREAM_EVENT *event)
Subscribes to the specified event.
Definition: dsmclient.c:364
Definition: hbbtv_types.h:167
void HBBTV_DsmccStart(S_HBBTV_DVB_LOCATOR *p_dvb_locator)
Starts the DSMCC instance.
Definition: dsmclient.c:297
void HBBTV_DsmccInitialise(U32BIT task_priority)
Initialises the interface with the DSMCC engine.
Definition: dsmclient.c:248