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

StaticSignalsReceiver class header. More...

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

Go to the source code of this file.

Classes

class  distortos::StaticSignalsReceiver< QueuedSignals, SignalActions >
 StaticSignalsReceiver class is a templated interface for SignalsReceiver that has automatic storage for queued signals and SignalAction associations required for catching signals. More...
 
class  distortos::StaticSignalsReceiver< QueuedSignals, 0 >
 StaticSignalsReceiver class is a templated interface for SignalsReceiver that has automatic storage for queued signals and SignalAction associations required for catching signals. More...
 
class  distortos::StaticSignalsReceiver< 0, SignalActions >
 StaticSignalsReceiver class is a templated interface for SignalsReceiver that has automatic storage for queued signals and SignalAction associations required for catching signals. More...
 
class  distortos::StaticSignalsReceiver< 0, 0 >
 StaticSignalsReceiver class is a templated interface for SignalsReceiver that has automatic storage for queued signals and SignalAction associations required for catching signals. More...
 

Namespaces

 distortos
 Top-level namespace of distortos project.
 

Detailed Description

StaticSignalsReceiver 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/.