distortos  X.Y.Z-YYMMDD
Advanced real-time operating system for deeply embedded targets
 All Classes Files Functions Typedefs
FifoQueue.hpp File Reference

FifoQueue class header. More...

#include "distortos/scheduler/FifoQueueBase.hpp"
Include dependency graph for FifoQueue.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...
 

Detailed Description

FifoQueue class header.

Author
Copyright (C) 2014 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/.
Date
2014-12-11