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

Method getBitErrorRate

src/input/DeviceData.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 uint32_t DeviceData::getBitErrorRate() const {
183 base::MutexLock lock(_mutex);
184 return _ber;
185 }
186
187 uint32_t DeviceData::getUncorrectedBlocks() const {
188 base::MutexLock lock(_mutex);

Callers 1

Transformation.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected