xQueueContains ?

barbercol_22 wrote on Monday, March 03, 2008:

Hi
How do I determine if a queue contains an item?

davedoors wrote on Monday, March 03, 2008:

You can only peek the first item in a queue there is no function to search a queue.

barbercol_22 wrote on Tuesday, March 04, 2008:

I just got dumped in this project, so my experience with FreeRTOS is limited. Is it better to use my own queue code or attempt to add a xQueueContains to the existing code?