Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ initDeviceParams
Method
initDeviceParams
src/AppFrame.cpp:964–967 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
962
}
963
964
void AppFrame::initDeviceParams(SDRDeviceInfo *devInfo_in) {
965
devInfo = devInfo_in;
966
deviceChanged.store(true);
967
}
968
969
void AppFrame::notifyDeviceChanged() {
970
deviceChanged.store(true);
Callers
1
sdrThreadNotify
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected