| Mobil_surveillance_system 1 | 
FIFO container header file. More...
Go to the source code of this file.
| Typedefs | |
| typedef unsigned char | tBoolean | 
| Functions | |
| tBoolean | FIFO_isBufferFull (unsigned int *pulRead, unsigned int *pulWrite, unsigned int ulSize) | 
| tBoolean | FIFO_isBufferEmpty (unsigned int *pulRead, unsigned int *pulWrite) | 
| unsigned int | FIFO_getBufferCount (unsigned int *pulRead, unsigned int *pulWrite, unsigned int ulSize) | 
FIFO container header file.
This file contains the prototypes the basic functions of the FIFO data stucture.
Definition in file FIFO.h.
| unsigned int FIFO_getBufferCount | ( | unsigned int * | pulRead, | 
| unsigned int * | pulWrite, | ||
| unsigned int | ulSize | ||
| ) | 
| tBoolean FIFO_isBufferEmpty | ( | unsigned int * | pulRead, | 
| unsigned int * | pulWrite | ||
| ) | 
| tBoolean FIFO_isBufferFull | ( | unsigned int * | pulRead, | 
| unsigned int * | pulWrite, | ||
| unsigned int | ulSize | ||
| ) | 
 1.7.4
 1.7.4