reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

of::priv::Clock Class Reference

Public Member Functions

 Clock ()
 
void setTimeModeSystem ()
 
void setTimeModeFixedRate (uint64_t stepNanos, ofMainLoop &mainLoop)
 
ofTime getCurrentTime ()
 
std::chrono::nanoseconds getElapsedTime ()
 
void resetElapsedTimeCounter ()
 

Constructor & Destructor Documentation

◆ Clock()

of::priv::Clock::Clock ( )
inline

Member Function Documentation

◆ getCurrentTime()

ofTime of::priv::Clock::getCurrentTime ( )
inline

◆ getElapsedTime()

std::chrono::nanoseconds of::priv::Clock::getElapsedTime ( )
inline

◆ resetElapsedTimeCounter()

void of::priv::Clock::resetElapsedTimeCounter ( )
inline

◆ setTimeModeFixedRate()

void of::priv::Clock::setTimeModeFixedRate ( uint64_t  stepNanos,
ofMainLoop mainLoop 
)
inline

◆ setTimeModeSystem()

void of::priv::Clock::setTimeModeSystem ( )
inline

The documentation for this class was generated from the following file:
  • /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/utils/ofUtils.cpp