areaDetector  3-5-0
EPICS areaDetector framework
Public Member Functions | Protected Attributes | List of all members
stopWatch Class Reference

#include <stopWatch.h>

Public Member Functions

 stopWatch ()
 
void wait (int us)
 
void tic ()
 
double toc ()
 
bool isElapsed (double sec)
 

Protected Attributes

double currenttime
 
double elapsedtime
 

Constructor & Destructor Documentation

◆ stopWatch()

stopWatch::stopWatch ( )

Member Function Documentation

◆ isElapsed()

bool stopWatch::isElapsed ( double  sec)

◆ tic()

void stopWatch::tic ( )

◆ toc()

double stopWatch::toc ( )

◆ wait()

void stopWatch::wait ( int  us)

Member Data Documentation

◆ currenttime

double stopWatch::currenttime
protected

◆ elapsedtime

double stopWatch::elapsedtime
protected

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