ClearCore Library
Loading...
Searching...
No Matches
List of all members | Public Member Functions
ClearCore::SysTimerMs Class Reference

Detailed Description

ClearCore system timer/stopwatch class using millisecond time base.

ClearCore system timer/stopwatch class using millisecond time base. More...

#include <SysTimer.h>

+ Inheritance diagram for ClearCore::SysTimerMs:
+ Collaboration diagram for ClearCore::SysTimerMs:

Public Member Functions

 SysTimerMs ()
 Default constructor.
 
 SysTimerMs (uint32_t delay)
 Construct and specify the timer's delay.
 
- Public Member Functions inherited from ClearCore::SysTimer
void SetDelay (uint32_t delay)
 Set the delay of the timer.
 
void Start (uint32_t delay)
 Starts the timer with a delay argument.
 
void Start ()
 Starts the timer with the default or configured delay.
 
bool Completed ()
 Check to see if the timer has completed.
 
uint32_t Elapsed ()
 Check how much time has elapsed since the start of the timer.
 

Constructor & Destructor Documentation

◆ SysTimerMs() [1/2]

ClearCore::SysTimerMs::SysTimerMs ( )
inline

Default constructor.

◆ SysTimerMs() [2/2]

ClearCore::SysTimerMs::SysTimerMs ( uint32_t  delay)
inline

Construct and specify the timer's delay.

Parameters
[in]delayThe delay for the timer in milliseconds

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