mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-06-10 00:36:00 +00:00
Added waitAll for event
This commit is contained in:
parent
7efa3c333e
commit
b50556c997
@ -41,6 +41,8 @@ namespace sta
|
||||
* @param timeout timeout in ms., default to forever.
|
||||
*/
|
||||
virtual uint32_t wait(uint32_t flags, uint32_t timeout = osWaitForever) = 0;
|
||||
|
||||
virtual uint32_t waitAll(uint32_t flags, uint32_t timeout = osWaitForever) = 0;
|
||||
};
|
||||
} // namespace sta
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user