OSVR-Core
|
Standardized, portable parallel to struct timeval for representing both absolute times and time intervals. More...
#include <TimeValueC.h>
Public Attributes | |
OSVR_TimeValue_Seconds | seconds |
Seconds portion of the time value. More... | |
OSVR_TimeValue_Microseconds | microseconds |
Microseconds portion of the time value. More... | |
Standardized, portable parallel to struct timeval for representing both absolute times and time intervals.
Where interpreted as an absolute time, its meaning is to be considered the same as that of the POSIX struct timeval: time since 00:00 Coordinated Universal Time (UTC), January 1, 1970.
For best results, please keep normalized. Output of all functions here is normalized.
OSVR_TimeValue_Microseconds OSVR_TimeValue::microseconds |
Microseconds portion of the time value.
OSVR_TimeValue_Seconds OSVR_TimeValue::seconds |
Seconds portion of the time value.