Public Member Functions | Private Attributes
Timer Class Reference

#include <timer.h>

List of all members.

Public Member Functions

double getElapsedTime ()
double getElapsedTimeInMicroSec ()
double getElapsedTimeInMilliSec ()
double getElapsedTimeInSec ()
void start ()
void stop ()
 Timer ()
 ~Timer ()

Private Attributes

timeval endCount
double endTimeInMicroSec
timeval startCount
double startTimeInMicroSec
int stopped

Detailed Description

Definition at line 57 of file timer.h.


Constructor & Destructor Documentation

Timer::Timer ( ) [inline]

Definition at line 61 of file timer.h.

Timer::~Timer ( ) [inline]

Definition at line 78 of file timer.h.


Member Function Documentation

double Timer::getElapsedTime ( ) [inline]

Definition at line 113 of file timer.h.

double Timer::getElapsedTimeInMicroSec ( ) [inline]

Definition at line 138 of file timer.h.

double Timer::getElapsedTimeInMilliSec ( ) [inline]

Definition at line 129 of file timer.h.

double Timer::getElapsedTimeInSec ( ) [inline]

Definition at line 121 of file timer.h.

void Timer::start ( ) [inline]

Definition at line 85 of file timer.h.

void Timer::stop ( ) [inline]

Definition at line 99 of file timer.h.


Member Data Documentation

timeval Timer::endCount [private]

Definition at line 171 of file timer.h.

double Timer::endTimeInMicroSec [private]

Definition at line 163 of file timer.h.

timeval Timer::startCount [private]

Definition at line 170 of file timer.h.

double Timer::startTimeInMicroSec [private]

Definition at line 162 of file timer.h.

int Timer::stopped [private]

Definition at line 164 of file timer.h.


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


cob_image_flip
Author(s): Richard Bormann
autogenerated on Thu Aug 27 2015 12:46:38