distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
StaticSoftwareTimer class header. More...
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... | |
StaticSoftwareTimer class header.