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

Queue interface. More...

#include <stdlib.h>
#include "techtype.h"
#include "dbgfuncs.h"
#include "queue.h"

Functions

E_HBBTV_ERR HBBTV_QueOpen (void)
 Not used for now.
 
void HBBTV_QueClose (void)
 Not used for now.
 
E_HBBTV_ERR HBBTV_QuePutMsg (S_QUE_MESSAGE *p_msg, E_QUE_MESSAGE_PRIORITY priority)
 Temporary implementation of HBBTV_QuePutMsg, for now it calls the function straight away as the queue system is not implemented for HBBTV. This interface remains, though in case a propery queuing system is needed.
 
E_HBBTV_ERR HBBTV_QueGetMsg (S_QUE_MESSAGE *pElem)
 Not used for now.
 
U16BIT HBBTV_QueGetSizeFree (E_QUE_MESSAGE_PRIORITY priority)
 Not used for now.
 
BOOLEAN HBBTV_QueEventNeedsProcessing (void)
 Not used for now.
 
void * HBBTV_QueRegisterNotify (F_QUE_NOTIFY normal_rcvd, F_QUE_NOTIFY critical_rcvd, F_QUE_NOTIFY critical_done)
 Not used for now.
 
void HBBTV_QueUnRegisterNotify (void *qn)
 Not used for now.
 

Detailed Description

Queue interface.

Date
January 2014
Author
Sergio Panseri