MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / setDeliverySystem

Method setDeliverySystem

src/input/DeviceData.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void DeviceData::setDeliverySystem(const input::InputSystem system) {
95 base::MutexLock lock(_mutex);
96 _delsys = system;
97 }
98
99 input::InputSystem DeviceData::getDeliverySystem() const {
100 base::MutexLock lock(_mutex);

Callers 1

transformStreamStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected