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

Method Device

Modules/hal-device-module/source/hal/Device.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15static const auto LOGGER = Logger("Devices");
16
17Device::Device() : id(nextId++) {}
18
19static std::shared_ptr<Device::KernelDeviceHolder> createKernelDeviceHolder(const std::shared_ptr<Device>& device) {
20 auto kernel_device_name = std::format("hal-device-{}", device->getId());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected