Template
Chargement...
Recherche...
Aucune correspondance
Fonctions membres publiques | Liste de tous les membres
Référence de la classe Timer

Class for managing waiting for period of time asynchronously. Plus de détails...

#include <Timer.h>

Fonctions membres publiques

void start (double seconds)
 
void start (unsigned long milliseconds)
 
double getTimeLeftSeconds ()
 
unsigned long getTimeLeftMilliseconds ()
 
bool isTimerOver ()
 

Description détaillée

Class for managing waiting for period of time asynchronously.

Documentation des fonctions membres

◆ getTimeLeftMilliseconds()

unsigned long Timer::getTimeLeftMilliseconds ( )

◆ getTimeLeftSeconds()

double Timer::getTimeLeftSeconds ( )

◆ isTimerOver()

bool Timer::isTimerOver ( )

◆ start() [1/2]

void Timer::start ( double  seconds)

◆ start() [2/2]

void Timer::start ( unsigned long  milliseconds)

La documentation de cette classe a été générée à partir du fichier suivant :