OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
OSVR_TimeValue Struct Reference

Standardized, portable parallel to struct timeval for representing both absolute times and time intervals. More...

#include <osvr/Util/TimeValueC.h>

Public Attributes

OSVR_TimeValue_Seconds seconds
 Seconds portion of the time value.
 
OSVR_TimeValue_Microseconds microseconds
 Microseconds portion of the time value.
 

Detailed Description

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.

Definition at line 81 of file TimeValueC.h.


The documentation for this struct was generated from the following file: