distortos
X.Y.Z-YYMMDD
Advanced real-time operating system for deeply embedded targets
|
FifoQueue class header. More...
#include "distortos/scheduler/FifoQueueBase.hpp"
Go to the source code of this file.
Classes | |
class | distortos::FifoQueue< T > |
FifoQueue class is a simple FIFO queue for thread-thread, thread-interrupt or interrupt-interrupt communication. It supports multiple readers and multiple writers. It is implemented as a thin wrapper for scheduler::FifoQueueBase. More... | |
FifoQueue class header.