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

MessageQueueBase class header. More...

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

Go to the source code of this file.

Classes

class  distortos::internal::MessageQueueBase
 MessageQueueBase class implements basic functionality of MessageQueue template class. More...
 
struct  distortos::internal::MessageQueueBase::Entry
 entry in the MessageQueueBase More...
 
struct  distortos::internal::MessageQueueBase::DescendingPriority
 functor which gives descending priority order of elements on the list More...
 
class  distortos::internal::MessageQueueBase::InternalFunctor
 InternalFunctor is a type-erased interface for functors which execute common code of pop() and push() operations. More...
 

Namespaces

 distortos
 Top-level namespace of distortos project.
 
 distortos::internal
 Internals of distortos project - should not be used directly!
 

Detailed Description

MessageQueueBase class header.

Author
Copyright (C) 2015-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/.