MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / osvrDeviceSyncInitWithOptions

Function osvrDeviceSyncInitWithOptions

src/osvr/PluginKit/DeviceInterfaceC.cpp:171–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 OSVR_DeviceTokenObject::createSyncDevice);
170}
171OSVR_ReturnCode
172osvrDeviceSyncInitWithOptions(OSVR_IN_PTR OSVR_PluginRegContext,
173 OSVR_IN_STRZ const char *name,
174 OSVR_IN_PTR OSVR_DeviceInitOptions options,
175 OSVR_OUT_PTR OSVR_DeviceToken *device) {
176 OSVR_PLUGIN_HANDLE_NULL_CONTEXT("osvrDeviceSyncInitWithOptions", options);
177 return osvrDeviceGenericInit(options, name, device,
178 OSVR_DeviceTokenObject::createSyncDevice);
179}
180
181OSVR_ReturnCode
182osvrDeviceRegisterUpdateCallback(OSVR_IN_PTR OSVR_DeviceToken dev,

Callers 1

initSyncMethod · 0.85

Calls 1

osvrDeviceGenericInitFunction · 0.85

Tested by

no test coverage detected