MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / xnOSGetTimeStamp

Function xnOSGetTimeStamp

Source/OpenNI/FilesOnly/FilesOnlyTime.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40XN_C_API XnStatus xnOSGetTimeStamp(XnUInt64* nTimeStamp)
41{
42 XN_VALIDATE_OUTPUT_PTR(nTimeStamp);
43
44 return xnOSQueryTimer(g_xnOSHighResGlobalTimer, nTimeStamp);
45}
46
47XN_C_API XnStatus xnOSGetHighResTimeStamp(XnUInt64* nTimeStamp)
48{

Callers 2

xnOSGetHighResTimeStampFunction · 0.70
xnOSSleepFunction · 0.70

Calls 1

xnOSQueryTimerFunction · 0.70

Tested by

no test coverage detected