|
getErrorCount int TrueClock::get_error_count(void) const; Filename: trueClock.I Created by: drose (04Jul00) PANDA 3D SOFTWARE Copyright (c) 2001 - 2004, Disney Enterprises, Inc. All rights reserved All use of this software is subject to the terms of the Panda 3d Software license. You should have received a copy of this license along with this source code; you will also find a current copy of the license at http://etc.cmu.edu/panda3d/docs/license/ . To contact the maintainers of this program write to panda3d-general@lists.sourceforge.net . Description: Returns the number of clock errors that have been detected. Each time a clock error is detected, in which the value returned by either of the above methods is suspect, the value returned by this method will be incremented. Applications can monitor this value and react, for instance, by resynchronizing their clocks each time this value changes. |
|
getGlobalPtr static TrueClock *TrueClock::get_global_ptr(void); Description: Returns a pointer to the one TrueClock object in the world. |
|
getLongTime double TrueClock::get_long_time(void); get_long_time() returns the most accurate timer we have over a long interval. It may not be very precise for measuring short intervals, but it should not drift substantially over the long haul. Description: |
|
getShortTime double TrueClock::get_short_time(void); get_short_time() returns the most precise timer we have over a short interval. It may tend to drift over the long haul, but it should have lots of digits to measure short intervals very precisely. Description: |