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

Method TestDevice

Tests/Tactility/Source/HalDeviceTest.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16public:
17
18 TestDevice(hal::Device::Type type, std::string name, std::string description) :
19 type(type),
20 name(std::move(name)),
21 description(std::move(description))
22 {}
23
24 TestDevice() : TestDevice(hal::Device::Type::Power, "PowerMock", "PowerMock description") {}
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected