This class can manage a timer which is used as a timeout. More...
#include <serialib.h>
Public Member Functions | |
TimeOut () | |
Constructor of the class TimeOut. | |
void | InitTimer () |
Initialise the timer. It writes the current time of the day in the structure PreviousTime. | |
unsigned long int | ElapsedTime_ms () |
Returns the time elapsed since initialization. It write the current time of the day in the structure CurrentTime. Then it returns the difference between CurrentTime and PreviousTime. |
This class can manage a timer which is used as a timeout.
Definition at line 144 of file serialib.h.
unsigned long int TimeOut::ElapsedTime_ms | ( | ) |
Returns the time elapsed since initialization. It write the current time of the day in the structure CurrentTime. Then it returns the difference between CurrentTime and PreviousTime.
Definition at line 504 of file serialib.cpp.