distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
DynamicSoftwareTimer class header. More...
Go to the source code of this file.
Classes | |
class | distortos::DynamicSoftwareTimer |
DynamicSoftwareTimer class is a type-erased interface for software timer that has dynamic storage for bound function. More... | |
Namespaces | |
distortos | |
Top-level namespace of distortos project. | |
Functions | |
template<typename Function , typename... Args> | |
DynamicSoftwareTimer | distortos::makeDynamicSoftwareTimer (Function &&function, Args &&... args) |
Helper factory function to make DynamicSoftwareTimer object. More... | |
DynamicSoftwareTimer class header.