Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::dff::activeparts::OneShotTimer Class Referencefinal

A one shot timer to be used in an active part. More...

#include <Imt.Base.Dff.ActiveParts/inc/Imt.Base.Dff.ActiveParts/OneShotTimer.h>

Inheritance diagram for imt::base::dff::activeparts::OneShotTimer:
imt::base::core::platform::Nonmovable

Public Member Functions

 OneShotTimer (::imt::base::dff::runtime::TimerServiceIfc &timer, uint32_t const timeoutMs)
 Constructor.
 
void startTimeout ()
 Start the oneshot timer.
 
void stop ()
 Stop the oneshot timer.
 
bool isRunning () const
 Check if the timer is running.
 
::imt::base::dff::runtime::RuntimeTimer::TimerHandle getTimerId () const
 Get the handle to identify the timer.
 
void clearTimerHandle ()
 Clear the timer handle.
 

Detailed Description

A one shot timer to be used in an active part.

The timer triggers once after the given delay in milliseconds has elapsed.

Definition at line 52 of file OneShotTimer.h.

Constructor & Destructor Documentation

◆ OneShotTimer()

imt::base::dff::activeparts::OneShotTimer::OneShotTimer ( ::imt::base::dff::runtime::TimerServiceIfc timer,
uint32_t const  timeoutMs 
)

Constructor.

Parameters
timerThe activepart's timer interface.
timeoutMsThe specified timeout value in milliseconds.

Member Function Documentation

◆ clearTimerHandle()

void imt::base::dff::activeparts::OneShotTimer::clearTimerHandle ( )

Clear the timer handle.

Invalidates the timer handle.

◆ getTimerId()

::imt::base::dff::runtime::RuntimeTimer::TimerHandle imt::base::dff::activeparts::OneShotTimer::getTimerId ( ) const

Get the handle to identify the timer.

Returns
RuntimeTimer::TimerHandle The timer handle issued by dff upon timer creation.

◆ isRunning()

bool imt::base::dff::activeparts::OneShotTimer::isRunning ( ) const

Check if the timer is running.

Returns
bool true if running, false if otherwise.

◆ startTimeout()

void imt::base::dff::activeparts::OneShotTimer::startTimeout ( )

Start the oneshot timer.

◆ stop()

void imt::base::dff::activeparts::OneShotTimer::stop ( )

Stop the oneshot timer.


The documentation for this class was generated from the following file: