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

Function osvrDeviceCreateInitOptions

src/osvr/PluginKit/DeviceInterfaceC.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42#include <string>
43
44OSVR_DeviceInitOptions
45osvrDeviceCreateInitOptions(OSVR_IN_PTR OSVR_PluginRegContext ctx) {
46 OSVR_PLUGIN_HANDLE_NULL_CONTEXT_CONSTRUCTOR("osvrDeviceCreateInitOptions",
47 ctx);
48 return new OSVR_DeviceInitObject(ctx);
49}
50
51OSVR_ReturnCode osvrDeviceSendData(OSVR_IN_PTR OSVR_DeviceToken dev,
52 OSVR_IN_PTR OSVR_MessageType msg,

Callers 9

osvrDeviceGenericInitFunction · 0.85
m_cameraFunction · 0.85
CameraDeviceMethod · 0.85
MultipleAsyncDeviceMethod · 0.85
AnalogSyncDeviceMethod · 0.85
ConfiguredDeviceMethod · 0.85
LocomotionDeviceMethod · 0.85
EyeTrackerDeviceMethod · 0.85
AnalogExampleDeviceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected