libguac 1.6.0
 
Loading...
Searching...
No Matches
fifo-constants.h File Reference

Provides constants for the abstract FIFO implementation (guac_fifo). More...

Go to the source code of this file.

Macros

#define GUAC_FIFO_STATE_READY   1
 The bitwise flag used by the "state" member of guac_fifo to represent that the fifo has space for at least one item.
 
#define GUAC_FIFO_STATE_NONEMPTY   2
 The bitwise flag used by the "state" member of guac_fifo to represent that the fifo contains at least one item.
 
#define GUAC_FIFO_STATE_INVALID   4
 The bitwise flag used by the "state" member of guac_fifo to represent that the fifo is no longer valid and may not be used for any further operations.
 

Detailed Description

Provides constants for the abstract FIFO implementation (guac_fifo).