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

Function device_get_driver

TactilityKernel/source/device.cpp:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272struct Driver* device_get_driver(struct Device* device) {
273 return device->internal->driver;
274}
275
276bool device_is_ready(const struct Device* device) {
277 return device->internal->state.started;

Calls

no outgoing calls

Tested by

no test coverage detected