Important: The information in this document is obsolete and should not be used for new development.
OTGetTimeStamp
Obtains the current timestamp.C INTERFACE
void OTGetTimeStamp (OTTimeStamp* stamp)C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
stamp
- A pointer to the location where the function stores the current timestamp.
DISCUSSION
Use theOTTimeStampInMilliseconds
function to convert a timestamp value to milliseconds.Use the
OTTimeStampInMicroseconds
function to convert a timestamp value to microseconds.Use the
OTSubtractTimeStamps
function to obtain the difference between two timestamp values.