distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
FifoQueue.hpp File Reference

FifoQueue class header. More...

Include dependency graph for FifoQueue.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

FifoQueue class header.

Author
Copyright (C) 2014-2019 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.