mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Added flags clear for thread and new constructor for queue.
This commit is contained in:
@@ -34,6 +34,11 @@ namespace sta
|
||||
*/
|
||||
RtosQueue(osMessageQueueId_t handle);
|
||||
|
||||
/**
|
||||
* @param length The maximum number of elements to be stored in the queue.
|
||||
*/
|
||||
RtosQueue(uint32_t length);
|
||||
|
||||
/**
|
||||
* @brief Place message in queue.
|
||||
*
|
||||
|
Reference in New Issue
Block a user