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

Method getSignalStrength

src/input/DeviceData.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 uint16_t DeviceData::getSignalStrength() const {
173 base::MutexLock lock(_mutex);
174 return _strength;
175 }
176
177 uint16_t DeviceData::getSignalToNoiseRatio() const {
178 base::MutexLock lock(_mutex);

Callers 1

Transformation.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected