Neonode zForce(TM) SDK
Classes | Macros | Typedefs | Functions
Queue.h File Reference

Generic Queue handling. More...

Go to the source code of this file.

Classes

struct  Queue
 The Queue struct. More...
 

Typedefs

typedef struct Queue Queue
 

Functions

DLLEXTERNAL QueueQueue_New (void)
 Create a new Queue. More...
 

Detailed Description

Generic Queue handling.

Generic Queue handling. Receiver is responsible to destroy message after dequeuing.

Typedef Documentation

typedef struct Queue Queue
See also
struct Queue

Function Documentation

DLLEXTERNAL Queue* Queue_New ( void  )

Create a new Queue.

Creates a new queue and all queue resources needed.

On failure, errno is set.

Returns
A pointer to the new Queue.