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

Function xnOSGetHighResTimeStamp

Source/OpenNI/FilesOnly/FilesOnlyTime.cpp:47–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47XN_C_API XnStatus xnOSGetHighResTimeStamp(XnUInt64* nTimeStamp)
48{
49 XnStatus nRetVal = XN_STATUS_OK;
50
51 nRetVal = xnOSGetTimeStamp(nTimeStamp);
52 XN_IS_STATUS_OK(nRetVal);
53
54 *nTimeStamp *= 1000;
55
56 return (XN_STATUS_OK);
57}
58
59XN_C_API XnStatus xnOSSleep(XnUInt32 nMilliseconds)
60{

Callers

nothing calls this directly

Calls 1

xnOSGetTimeStampFunction · 0.70

Tested by

no test coverage detected