MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / device_set_driver_data

Function device_set_driver_data

TactilityKernel/source/device.cpp:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void device_set_driver_data(struct Device* device, void* driver_data) {
286 device->internal->driver_data = driver_data;
287}
288
289void* device_get_driver_data(struct Device* device) {
290 return device->internal->driver_data;

Callers 15

startFunction · 0.85
stopFunction · 0.85
startFunction · 0.85
stopFunction · 0.85
startFunction · 0.85
stopFunction · 0.85
startFunction · 0.85
stopFunction · 0.85
startFunction · 0.85
stopFunction · 0.85
startFunction · 0.85
stopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected