MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_GetTrackingStateWithSensorData

Function ovr_GetTrackingStateWithSensorData

ReviveXR/REV_CAPI.cpp:435–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433typedef struct ovrSensorData_ ovrSensorData;
434
435OVR_PUBLIC_FUNCTION(ovrTrackingState) ovr_GetTrackingStateWithSensorData(ovrSession session, double absTime, ovrBool latencyMarker, ovrSensorData* sensorData)
436{
437 REV_TRACE(ovr_GetTrackingStateWithSensorData);
438
439 // This is a private API, ignore the raw sensor data request and hope for the best.
440 assert(sensorData == nullptr);
441
442 return ovr_GetTrackingState(session, absTime, latencyMarker);
443}
444
445OVR_PUBLIC_FUNCTION(ovrTrackerPose) ovr_GetTrackerPose(ovrSession session, unsigned int trackerPoseIndex)
446{

Callers

nothing calls this directly

Calls 1

ovr_GetTrackingStateFunction · 0.70

Tested by

no test coverage detected