This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofTimer.h
Go to the documentation of this file.
Definition ofTimer.h:6
void waitNext()
Sleep this thread until the next periodic event.
Definition ofTimer.cpp:30
void reset()
Reset the starting instant of the periodic event to now.
Definition ofTimer.cpp:16
void setPeriodicEvent(uint64_t nanoseconds)
Sets the frequency in nanoseconds that events happen.
Definition ofTimer.cpp:25
Definition ofUtils.h:101