Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ isAvailable
Method
isAvailable
src/sdr/SDRDeviceInfo.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
bool SDRDeviceInfo::isAvailable() const {
38
return available;
39
}
40
41
void SDRDeviceInfo::setAvailable(bool available_in) {
42
available = available_in;
Callers
2
refreshDeviceProperties
Method · 0.80
OnDeviceTimer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected