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

Function osvrDeviceSyncInit

src/osvr/PluginKit/DeviceInterfaceC.cpp:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163OSVR_ReturnCode osvrDeviceSyncInit(OSVR_IN_PTR OSVR_PluginRegContext ctx,
164 OSVR_IN_STRZ const char *name,
165 OSVR_OUT_PTR OSVR_DeviceToken *device) {
166 OSVR_PLUGIN_HANDLE_NULL_CONTEXT("osvrDeviceSyncInit", ctx);
167 OSVR_DEV_VERBOSE("In osvrDeviceSyncInit for a device named " << name);
168 return osvrDeviceGenericInit(ctx, name, device,
169 OSVR_DeviceTokenObject::createSyncDevice);
170}
171OSVR_ReturnCode
172osvrDeviceSyncInitWithOptions(OSVR_IN_PTR OSVR_PluginRegContext,
173 OSVR_IN_STRZ const char *name,

Callers 2

DummyDeviceMethod · 0.85
initSyncMethod · 0.85

Calls 1

osvrDeviceGenericInitFunction · 0.85

Tested by

no test coverage detected