Classes
Typedefs
Functions
Typedef Documentation
Structure for referencing a fifo.
Function Documentation
Add an element in a fifo.
- Parameters:
-
ff The element to work on.
element The pointer on the element to add.
Free a fifo element.
- Parameters:
-
ff The element to work on.
Get an element from a fifo or block until one is added.
- Parameters:
-
ff The element to work on.
Initialise a osip_fifo_t element. NOTE: this element MUST be previously allocated.
- Parameters:
-
ff The element to initialise.
Insert an element in a fifo (at the beginning).
- Parameters:
-
ff The element to work on.
element The pointer on the element to insert.
Get the number of element in a fifo.
- Parameters:
-
ff The element to work on.
Try to get an element from a fifo, but do not block if there is no element.
- Parameters:
-
ff The element to work on.
Generated on Tue Feb 22 00:59:47 2005 for libosip by
doxygen 1.4.1