MCPcopy 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
964void AppFrame::initDeviceParams(SDRDeviceInfo *devInfo_in) {
965 devInfo = devInfo_in;
966 deviceChanged.store(true);
967}
968
969void AppFrame::notifyDeviceChanged() {
970 deviceChanged.store(true);

Callers 1

sdrThreadNotifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected