Public Member Functions
MAKLogger::DtTimeProvider Class Reference

An abstract class which provides time advances used by the DtLgrClock. More...

+ Inheritance diagram for MAKLogger::DtTimeProvider:

List of all members.

Public Member Functions

 DtTimeProvider ()
 CTOR.
virtual ~DtTimeProvider ()
 DTOR.
virtual void tick ()=0
 Increase time advance.
virtual double advancedTime () const =0
 Get the time advanced for the last tick.
virtual double elapsedTime () const =0
 Get the elapsed time since the last tick.
virtual double timeOffset () const =0
 Get the time offset.

Detailed Description

An abstract class which provides time advances used by the DtLgrClock.


Member Function Documentation

virtual double MAKLogger::DtTimeProvider::advancedTime ( ) const [pure virtual]

Get the time advanced for the last tick.

Warning:
The return value will be constant between calls to tick.

Implemented in MAKLogger::DtWallClockTimeProvider.


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

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)