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

StaticSoftwareTimer class header. More...

#include "distortos/SoftwareTimerCommon.hpp"
#include <functional>
Include dependency graph for StaticSoftwareTimer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  distortos::StaticSoftwareTimer< Function, Args >
 StaticSoftwareTimer class is a templated interface for software timer. More...
 

Namespaces

 distortos
 Top-level namespace of distortos project.
 

Functions

template<typename Function , typename... Args>
StaticSoftwareTimer< Function, Args... > distortos::makeStaticSoftwareTimer (Function &&function, Args &&... args)
 Helper factory function to make StaticSoftwareTimer object with deduced template arguments. More...
 

Detailed Description

StaticSoftwareTimer class header.

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