Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ getTransmissionMode
Method
getTransmissionMode
src/input/dvb/FrontendData.cpp:506–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
504
}
505
506
int FrontendData::getTransmissionMode() const {
507
base::MutexLock lock(_mutex);
508
return _transmission;
509
}
510
511
int FrontendData::getHierarchy() const {
512
base::MutexLock lock(_mutex);
Callers
1
setProperties
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected