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

Method DriverWrapper

TactilityC/Source/tt_hal_touch.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7struct DriverWrapper {
8 std::shared_ptr<tt::hal::touch::TouchDriver> driver;
9 DriverWrapper(std::shared_ptr<tt::hal::touch::TouchDriver> driver) : driver(driver) {}
10};
11
12static std::shared_ptr<tt::hal::touch::TouchDevice> findValidTouchDevice(tt::hal::Device::Id id) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected