|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
FifoQueue class header. More...
#include "distortos/internal/synchronization/FifoQueueBase.hpp"#include "distortos/internal/synchronization/BoundQueueFunctor.hpp"#include "distortos/internal/synchronization/CopyConstructQueueFunctor.hpp"#include "distortos/internal/synchronization/MoveConstructQueueFunctor.hpp"#include "distortos/internal/synchronization/SwapPopQueueFunctor.hpp"#include "distortos/internal/synchronization/SemaphoreWaitFunctor.hpp"#include "distortos/internal/synchronization/SemaphoreTryWaitFunctor.hpp"#include "distortos/internal/synchronization/SemaphoreTryWaitForFunctor.hpp"#include "distortos/internal/synchronization/SemaphoreTryWaitUntilFunctor.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 wrapper for internal::FifoQueueBase. More... | |
Namespaces | |
| distortos | |
| Top-level namespace of distortos project. | |
FifoQueue class header.