Serialib ::: Simple Serial Library v1.2
Public Member Functions

TimeOut Class Reference

This class can manage a timer which is used as a timeout. More...

#include <serialib.h>

List of all members.

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.

Detailed Description

This class can manage a timer which is used as a timeout.

Definition at line 144 of file serialib.h.


Member Function Documentation

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.

Returns:
The number of microseconds elapsed since the functions InitTimer was called.

Definition at line 504 of file serialib.cpp.


The documentation for this class was generated from the following files:
 All Classes Functions