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

Function osvrDeviceAnalogSetValue

src/osvr/PluginKit/AnalogInterfaceC.cpp:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59OSVR_ReturnCode
60osvrDeviceAnalogSetValue(OSVR_IN_PTR OSVR_DeviceToken dev,
61 OSVR_IN_PTR OSVR_AnalogDeviceInterface iface,
62 OSVR_IN OSVR_AnalogState val,
63 OSVR_IN OSVR_ChannelCount chan) {
64 OSVR_TimeValue now;
65 osvrTimeValueGetNow(&now);
66 return osvrDeviceAnalogSetValueTimestamped(dev, iface, val, chan, &now);
67}
68
69OSVR_ReturnCode osvrDeviceAnalogSetValueTimestamped(
70 OSVR_IN_PTR OSVR_DeviceToken, OSVR_IN_PTR OSVR_AnalogDeviceInterface iface,

Callers 4

updateMethod · 0.85
updateMethod · 0.85
updateMethod · 0.85
updateMethod · 0.85

Calls 2

osvrTimeValueGetNowFunction · 0.85

Tested by

no test coverage detected