Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ useSignalOutput
Method
useSignalOutput
src/modules/modem/Modem.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
110
111
bool Modem::useSignalOutput() {
112
return _useSignalOutput.load();
113
}
114
115
void Modem::useSignalOutput(bool useOutput) {
116
_useSignalOutput.store(useOutput);
Callers
1
run
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected