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

MessageQueueBase class implementation. More...

Include dependency graph for MessageQueueBase.cpp:

Classes

class  distortos::internal::anonymous_namespace{MessageQueueBase.cpp}::PopInternalFunctor
 PopInternalFunctor class is a MessageQueueBase::InternalFunctor used for popping of elements from the queue. More...
 
class  distortos::internal::anonymous_namespace{MessageQueueBase.cpp}::PushInternalFunctor
 PushInternalFunctor class is a MessageQueueBase::InternalFunctor used for pushing of elements to the queue. More...
 

Namespaces

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

Detailed Description

MessageQueueBase class implementation.

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