![]() |
SuperTinyKernel™ RTOS 1.06.0
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Implementation of synchronization primitives: stk::sync::MessageQueue - runtime-sized queue over an external buffer. stk::sync::MessageQueueT<N,MSG> - compile-time-sized queue with internal storage. More...
Go to the source code of this file.
Classes | |
| class | stk::sync::MessageQueue |
| Fixed-capacity, fixed-message-size FIFO queue for inter-task communication. More... | |
| class | stk::sync::MessageQueueT< N, MSG > |
| Fixed-capacity, fixed-message-size FIFO queue with internal storage. More... | |
Namespaces | |
| namespace | stk |
| Namespace of STK package. | |
| namespace | stk::sync |
| Synchronization primitives for task coordination and resource protection. | |
Implementation of synchronization primitives: stk::sync::MessageQueue - runtime-sized queue over an external buffer. stk::sync::MessageQueueT<N,MSG> - compile-time-sized queue with internal storage.
Definition in file stk_sync_msgqueue.h.