Queue Management
[API]

Modules


Detailed Description


uxQueueMessagesWaiting

queue.h
unsigned portBASE_TYPE uxQueueMessagesWaiting( xQueueHandle xQueue );

Return the number of messages stored in a queue.

Parameters:
xQueue A handle to the queue being queried.
Returns:
The number of messages available in the queue.

vQueueDelete

queue.h
void vQueueDelete( xQueueHandle xQueue );

Delete a queue - freeing all the memory allocated for storing of items placed on the queue.

Parameters:
xQueue A handle to the queue to be deleted.






Copyright (C) 2010 Real Time Engineers Ltd.
Any and all data, files, source code, html content and documentation included in the FreeRTOS distribution or available on this site are the exclusive property of Real Time Engineers Ltd.. See the files license.txt (included in the distribution) and this copyright notice for more information. FreeRTOSTM and FreeRTOS.orgTM are trade marks of Real Time Engineers Ltd..