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

Function osvrDeviceAsyncInit

src/osvr/PluginKit/DeviceInterfaceC.cpp:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194OSVR_ReturnCode osvrDeviceAsyncInit(OSVR_IN_PTR OSVR_PluginRegContext ctx,
195 OSVR_IN_STRZ const char *name,
196 OSVR_OUT_PTR OSVR_DeviceToken *device) {
197 OSVR_PLUGIN_HANDLE_NULL_CONTEXT("osvrDeviceAsyncInit", ctx);
198 OSVR_DEV_VERBOSE("In osvrDeviceAsyncInit for a device named " << name);
199 return osvrDeviceGenericInit(ctx, name, device,
200 OSVR_DeviceTokenObject::createAsyncDevice);
201}
202
203OSVR_ReturnCode
204osvrDeviceAsyncInitWithOptions(OSVR_IN_PTR OSVR_PluginRegContext,

Callers 2

DummyDeviceMethod · 0.85
initAsyncMethod · 0.85

Calls 1

osvrDeviceGenericInitFunction · 0.85

Tested by

no test coverage detected