|
Mobil_surveillance_system 1
|
FIFO container source file. More...
#include "FIFO.h"Go to the source code of this file.
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 source file.
This file contains the definations of the basic functions of the FIFO data stucture.
Definition in file FIFO.c.
| 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