distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
This is the complete list of members for distortos::StaticSoftwareTimer< Function, Args >, including all inherited members.
boundFunction_ | distortos::StaticSoftwareTimer< Function, Args > | private |
isRunning() const override | distortos::SoftwareTimerCommon | virtual |
operator=(const SoftwareTimerCommon &)=delete (defined in distortos::SoftwareTimerCommon) | distortos::SoftwareTimerCommon | |
operator=(SoftwareTimerCommon &&)=delete (defined in distortos::SoftwareTimerCommon) | distortos::SoftwareTimerCommon | |
run() override | distortos::StaticSoftwareTimer< Function, Args > | inlineprivatevirtual |
SoftwareTimerCommon() | distortos::SoftwareTimerCommon | inline |
SoftwareTimerCommon(const SoftwareTimerCommon &)=delete (defined in distortos::SoftwareTimerCommon) | distortos::SoftwareTimerCommon | |
SoftwareTimerCommon(SoftwareTimerCommon &&)=default (defined in distortos::SoftwareTimerCommon) | distortos::SoftwareTimerCommon | |
softwareTimerRunner(SoftwareTimer &softwareTimer) | distortos::SoftwareTimer | protectedstatic |
start(TickClock::time_point timePoint, TickClock::duration period={}) override | distortos::SoftwareTimerCommon | virtual |
start(TickClock::duration duration, TickClock::duration period={}) | distortos::SoftwareTimerCommon | |
start(const std::chrono::duration< Rep1, Period1 > duration, const std::chrono::duration< Rep2, Period2 > period={}) | distortos::SoftwareTimerCommon | inline |
start(TickClock::time_point timePoint, TickClock::duration period={})=0 | distortos::SoftwareTimerCommon | |
start(const std::chrono::time_point< TickClock, Duration > timePoint, const std::chrono::duration< Rep, Period > period={}) | distortos::SoftwareTimerCommon | inline |
distortos::SoftwareTimer::start(TickClock::duration duration, TickClock::duration period={}) | distortos::SoftwareTimer | |
distortos::SoftwareTimer::start(const std::chrono::duration< Rep1, Period1 > duration, const std::chrono::duration< Rep2, Period2 > period={}) | distortos::SoftwareTimer | inline |
distortos::SoftwareTimer::start(const std::chrono::time_point< TickClock, Duration > timePoint, const std::chrono::duration< Rep, Period > period={}) | distortos::SoftwareTimer | inline |
StaticSoftwareTimer(Function &&function, Args &&... args) | distortos::StaticSoftwareTimer< Function, Args > | inline |
stop() override | distortos::SoftwareTimerCommon | virtual |
~SoftwareTimer()=default | distortos::SoftwareTimer | virtual |
~SoftwareTimerCommon() override | distortos::SoftwareTimerCommon |