36#ifndef IMT_BASE_DFF_ACTIVEPARTS_TIMERSERVICEIFC_H
37#define IMT_BASE_DFF_ACTIVEPARTS_TIMERSERVICEIFC_H
int16_t TimerHandle
A TimerHandle is used to identify a timer with a unique number.
Interface to start timer.
virtual RuntimeTimer::TimerHandle startOneShotTimer(RuntimeTimer::TimerHandle timerToStart, uint32_t const timerTicksMs) const =0
Starts or restarts the given one shot timer for this ActivePart.
virtual RuntimeTimer::TimerHandle killTimer(RuntimeTimer::TimerHandle timerToKill) const =0
Kill an existing timer.
TimerServiceIfc() noexcept=default
virtual RuntimeTimer::TimerHandle startPeriodicTimer(RuntimeTimer::TimerHandle timerToStart, uint32_t const intervalMs) const =0
Start a periodic timer for this ActivePart.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t