class ClockBase


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

 ~ClockBase ()

~ClockBase

[pure virtual]

void  advance_time ()

advance_time

[pure virtual]

Update internal concept of time.

void  current_time (TimeVal& tv)

current_time

[pure virtual]

Get time it was when advance_time() was last called. Successive calls to current_time return the same value. Time only advances when advance_time() is called.

Parameters:

tvTimeVal to be filled in with current time.

Generated by: pavlin on possum.icir.org on Wed Aug 2 15:35:43 2006, using kdoc $.