void vQueueAddToRegistry( xQueueHandle xQueue, signed portCHAR *pcQueueName, );Assigns a name to a queue and adds the queue to the registry.
| xQueue | The handle of the queue being added to the registry. |
| pcQueueName | The name to be assigned to the queue. This is just a text string used to facilitate debugging. |
configQUEUE_REGISTRY_SIZE defines the maximum number of queues and semaphores that can be registered. Only the queues and semaphores that you want to view using a kernel aware debugger need to be registered.
Example:
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..