OSVR-Core
Public Attributes | List of all members
OSVR_TimeValue Struct Reference

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...
 

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.

Member Data Documentation

§ microseconds

OSVR_TimeValue_Microseconds OSVR_TimeValue::microseconds

Microseconds portion of the time value.

§ seconds

OSVR_TimeValue_Seconds OSVR_TimeValue::seconds

Seconds portion of the time value.


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